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
/
E0614.rs
blob: 6b4817b692e1d224842a1053c4898ca1eb6f314a (
plain
)
1
2
3
4
fn
main
()
{
let
y
=
0
u32
;
*
y
;
//~ ERROR E0614
}