about summary refs log tree commit diff
path: root/tests/ui/deriving/proc-macro-attribute-mixing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/deriving/proc-macro-attribute-mixing.rs')
-rw-r--r--tests/ui/deriving/proc-macro-attribute-mixing.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/deriving/proc-macro-attribute-mixing.rs b/tests/ui/deriving/proc-macro-attribute-mixing.rs
index 2c11c3f72ca..c9e123d7e8a 100644
--- a/tests/ui/deriving/proc-macro-attribute-mixing.rs
+++ b/tests/ui/deriving/proc-macro-attribute-mixing.rs
@@ -7,6 +7,7 @@
 //@ check-pass
 //@ proc-macro: another-proc-macro.rs
 //@ compile-flags: -Zunpretty=expanded
+//@ edition: 2015
 
 #![feature(derive_coerce_pointee)]