about summary refs log tree commit diff
path: root/tests/ui/pub/pub-ident-struct-4.rs
blob: 971f39a8ce13e0783afad07fe34b9bb3c137483a (plain)
1
2
3
4
5
6
// run-rustfix

pub T(#[allow(dead_code)] String);
//~^ ERROR missing `struct` for struct definition

fn main() {}