rust/tests/pretty/attr-tokens-raw-ident.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
161 B
Rust
Raw Normal View History

// Keywords in attribute paths are printed as raw idents,
// but keywords in attribute arguments are not.
//@ pp-exact
#[rustfmt::r#final(final)]
fn main() {}