7 lines
172 B
Rust
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 `%`
|