2019-07-13 15:24:58 -05:00
|
|
|
// Keywords in attribute paths are printed as raw idents,
|
|
|
|
// but keywords in attribute arguments are not.
|
|
|
|
|
2024-02-22 06:10:29 -06:00
|
|
|
//@ pp-exact
|
2019-07-13 15:24:58 -05:00
|
|
|
|
|
|
|
#[rustfmt::r#final(final)]
|
2021-12-28 14:26:18 -06:00
|
|
|
fn main() {}
|