about summary refs log tree commit diff
path: root/tests/pretty/attr-tokens-raw-ident.rs
blob: ce0027f282eb0aa49b784d0f9eb7e1fea24f3c8b (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() {}