summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/trait-inner-attr.rs
blob: 6cb0e4136b62cc2eddfe3f8ca44303010823d62c (plain)
1
2
3
4
5
6
7
// pp-exact

trait Foo {
    #![allow(bar)]
}

fn main() {}