diff options
author | 2018-05-29 12:23:09 +0200 | |
---|---|---|
committer | 2018-05-29 12:23:09 +0200 | |
commit | 7b598c0749aa5390cfefc8e138c05fafa7599dc6 (patch) | |
tree | 96ad83412844c6228e8973e6ea532e75a8e58623 /tests/cfail/wrong-threshold.rs | |
parent | 8e49af1cc0b8b3f4a3c9c4080e63d8d2ee1e6c36 (diff) | |
download | rtic-tq.tar.gz rtic-tq.tar.zst rtic-tq.zip |
bump rtfm-syntaxtq
Diffstat (limited to 'tests/cfail/wrong-threshold.rs')
-rw-r--r-- | tests/cfail/wrong-threshold.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfail/wrong-threshold.rs b/tests/cfail/wrong-threshold.rs index 21127980..ac4c088c 100644 --- a/tests/cfail/wrong-threshold.rs +++ b/tests/cfail/wrong-threshold.rs @@ -1,6 +1,7 @@ #![deny(unsafe_code)] #![deny(warnings)] #![feature(proc_macro)] +#![feature(proc_macro_gen)] #![no_main] #![no_std] |