rust/tests/pretty/trait-inner-attr.rs

8 lines
61 B
Rust

//@ pp-exact
trait Foo {
#![allow(bar)]
}
fn main() {}