rust/tests/pretty/trait-inner-attr.rs
2023-01-11 09:32:08 +00:00

8 lines
60 B
Rust

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