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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
172 B
Rust
Raw Normal View History

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