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
/
E0121.rs
blob: 98cd6d54c1fd4e00732c196172da08157c1caf01 (
plain
)
1
2
3
4
5
fn
foo
()
->
_
{
5
}
//~ ERROR E0121
static
BAR
:
_
=
"test"
;
//~ ERROR E0121
fn
main
()
{}