rust/src/test/compile-fail/attr-bad-crate-attr.rc
Lindsey Kuper 5a63b2100e More consistent use of backticks and "expected" in error messages.
Got some of the debug messages, here, too.  I figure it doesn't hurt
to get used to doing this even in places where users won't ever see
it.
2012-07-13 15:31:39 -07:00

5 lines
83 B
Plaintext

// error-pattern: expected `mod`
#[attr = "val"];
#[attr = "val"] // Unterminated