aboutsummaryrefslogtreecommitdiff
path: root/examples/user-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/user-struct.rs')
-rw-r--r--examples/user-struct.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/user-struct.rs b/examples/user-struct.rs
index 9a85eaf3..b46d7a5a 100644
--- a/examples/user-struct.rs
+++ b/examples/user-struct.rs
@@ -1,6 +1,7 @@
#![deny(unsafe_code)]
#![deny(warnings)]
#![feature(proc_macro)]
+#![feature(proc_macro_gen)]
#![no_main]
#![no_std]