]> git.lizzy.rs Git - rust.git/blob - tests/pretty/trait-inner-attr.rs
Add ~const bounds trait bounds when using derive_const
[rust.git] / tests / pretty / trait-inner-attr.rs
1 // pp-exact
2
3 trait Foo {
4     #![allow(bar)]
5 }
6
7 fn main() {}