aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/wrong-threshold.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-05-29 12:23:09 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-05-29 12:23:09 +0200
commit7b598c0749aa5390cfefc8e138c05fafa7599dc6 (patch)
tree96ad83412844c6228e8973e6ea532e75a8e58623 /tests/cfail/wrong-threshold.rs
parent8e49af1cc0b8b3f4a3c9c4080e63d8d2ee1e6c36 (diff)
downloadrtic-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.rs1
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]