2025-03-10 23:25:22 -04:00
|
|
|
// Show diagnostics for invalid tokens
|
|
|
|
|
//@ compile-flags: -Zcrate-attr=`%~@$#
|
2025-03-29 02:41:32 +03:00
|
|
|
|
2025-03-10 23:25:22 -04:00
|
|
|
fn main() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR unknown start of token: `
|
|
|
|
|
//~? ERROR expected identifier, found `%`
|