summaryrefslogtreecommitdiffstats
path: root/tests/pretty/attr-tokens-raw-ident.rs
blob: 8486342b0879f0c2f371cc6cfa15dc2639e195cb (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() {}