]> git.lizzy.rs Git - rust.git/blob - tests/pretty/trait-inner-attr.rs
Rollup merge of #107576 - P1n3appl3:master, r=tmandry
[rust.git] / tests / pretty / trait-inner-attr.rs
1 // pp-exact
2
3 trait Foo {
4     #![allow(bar)]
5 }
6
7 fn main() {}