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
/
tests
/
ui
/
error-codes
/
E0116.rs
blob: 898beb10b6c6ea8829b7dfea02776370dda3f0ab (
plain
)
1
2
3
4
5
impl
Vec
<
u8
>
{}
//~^ ERROR E0116
fn
main
()
{
}