Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-with-lifetime.rs
blob: baa5dc8cfb95f17c0434e6574b79c1b29ba7f74d [
file
] [
log
] [
blame
]
pub
S
<
'
a
>
{
//~^ ERROR missing `enum` or `struct` for enum or struct definition
}
fn
main
()
{}