summary refs log tree commit diff
path: root/src/test/pretty/attr-tokens-raw-ident.rs
blob: bb2c4bb558e57dd10a9d073e2ca2daba1adce345 (plain)
1
2
3
4
5
6
7
// Keywords in attribute paths are printed as raw idents,
// but keywords in attribute arguments are not.

// pp-exact

#[rustfmt::r#final(final)]
fn main() { }