summaryrefslogtreecommitdiff
path: root/tests/ui/pub/pub-ident-struct-4.rs
blob: 0d56a31beaf1cfa80e262f1870fd679ea4a2f1a9 (plain)
1
2
3
4
5
6
7
//@ run-rustfix

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

fn main() {}