rust/tests/ui/attributes/z-crate-attr/garbage.rs

7 lines
172 B
Rust

// Show diagnostics for invalid tokens
//@ compile-flags: -Zcrate-attr=`%~@$#
fn main() {}
//~? ERROR unknown start of token: `
//~? ERROR expected identifier, found `%`