rust/src/test/compile-fail/attr-bad-crate-attr.rc

6 lines
109 B
Plaintext
Raw Normal View History

// xfail-stage0
// error-pattern: expected crate directive
#[attr = "val"];
#[attr = "val"] // Unterminated