rust/tests/ui/pub/pub-ident-struct-with-lifetime.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
77 B
Rust
Raw Normal View History

pub S<'a> {
//~^ ERROR missing `struct` for struct definition
}
fn main() {}