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

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

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() {}