rust/tests/pretty/attr-tokens-raw-ident.rs

8 lines
160 B
Rust
Raw Normal View History

// Keywords in attribute paths are printed as raw idents,
// but keywords in attribute arguments are not.
// pp-exact
#[rustfmt::r#final(final)]
fn main() {}