rustc/tests/pretty/trait-inner-attr.rs
2024-06-21 09:39:33 +02:00

8 lines
61 B
Rust

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