1
Fork 0
rust/tests/pretty/trait-inner-attr.rs

8 lines
60 B
Rust
Raw Normal View History

// pp-exact
trait Foo {
#![allow(bar)]
}
2021-12-01 11:45:14 -08:00
fn main() {}