5 lines
132 B
Rust
5 lines
132 B
Rust
|
|
// Show diagnostics for invalid tokens
|
||
|
|
//@ compile-flags: -Zcrate-attr=`%~@$#
|
||
|
|
//@ error-pattern:unknown start of token
|
||
|
|
fn main() {}
|