mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
8 lines
172 B
Rust
8 lines
172 B
Rust
// Show diagnostics for invalid tokens
|
|
//@ compile-flags: -Zcrate-attr=`%~@$#
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR unknown start of token: `
|
|
//~? ERROR expected identifier, found `%`
|