]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/trait-inner-attr.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / test / pretty / trait-inner-attr.rs
1 // pp-exact
2
3 trait Foo {
4     #![allow(bar)]
5 }
6
7 fn main() {}