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

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

fn main() {}