index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
pub
/
pub-ident-struct-with-lifetime.rs
blob: 2feb0266070d5283f7051d3708dd73420c1ccb14 (
plain
)
1
2
3
4
pub
S
<'
a
>
{
//~^ ERROR missing `struct` for struct definition
}
fn
main
()
{}