summaryrefslogtreecommitdiff
path: root/tests/cfail/token-transfer.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-12-09 14:43:29 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-12-09 17:17:56 +0100
commita6dd004113fcbc03ffacacc519d742ee84886c1d (patch)
tree66b70421a0ab00ab8a2be2fb990c15223e495535 /tests/cfail/token-transfer.rs
parent219e17268018f397ff3c8a41519c8345aeab7f2f (diff)
downloadrtic-a6dd004113fcbc03ffacacc519d742ee84886c1d.tar.gz
rtic-a6dd004113fcbc03ffacacc519d742ee84886c1d.tar.zst
rtic-a6dd004113fcbc03ffacacc519d742ee84886c1d.zip
implement the Resource trait for owned resources
this unbreaks the "generics" example
Diffstat (limited to '')
-rw-r--r--tests/cfail/token-transfer.rs2
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: {