]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-struct-with-lifetime.rs
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / pub / pub-ident-struct-with-lifetime.rs
1 pub S<'a> {
2 //~^ ERROR missing `struct` for struct definition
3 }
4 fn main() {}