diff options
Diffstat (limited to 'src/test/parse-fail/non-str-meta.rs')
| -rw-r--r-- | src/test/parse-fail/non-str-meta.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/parse-fail/non-str-meta.rs b/src/test/parse-fail/non-str-meta.rs index 752f72f0b08..3e2e69d2814 100644 --- a/src/test/parse-fail/non-str-meta.rs +++ b/src/test/parse-fail/non-str-meta.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// compile-flags: -Z parse-only + // Issue #623 - non-string meta items are not serialized correctly; // for now just forbid them |
