]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/attr-tokens-raw-ident.rs
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[rust.git] / src / test / pretty / attr-tokens-raw-ident.rs
1 // Keywords in attribute paths are printed as raw idents,
2 // but keywords in attribute arguments are not.
3
4 // pp-exact
5
6 #[rustfmt::r#final(final)]
7 fn main() {}