Sign in
rust
/
rust
/
1f2b0900a702d4947d8f11ea7b162c3af1626e3c
/
.
/
tests
/
ui
/
error-codes
/
E0121.rs
blob: 98cd6d54c1fd4e00732c196172da08157c1caf01 [
file
]
fn
foo
()
->
_
{
5
}
//~ ERROR E0121
static
BAR
:
_
=
"test"
;
//~ ERROR E0121
fn
main
()
{}