diff options
Diffstat (limited to 'tests/cfail/token-transfer.rs')
-rw-r--r-- | tests/cfail/token-transfer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfail/token-transfer.rs b/tests/cfail/token-transfer.rs index bc620521..f92e4b2b 100644 --- a/tests/cfail/token-transfer.rs +++ b/tests/cfail/token-transfer.rs @@ -9,7 +9,7 @@ extern crate stm32f103xx; use rtfm::{app, Threshold}; -app! { //~ error bound `rtfm::Threshold: core::marker::Send` is not satisfied +app! { //~ error bound `*const (): core::marker::Send` is not satisfied device: stm32f103xx, resources: { |