Sign in
fuchsia
/
third_party
/
rust
/
41601a8c95240cada94c13466a1fea02e5fe87ed
/
.
/
src
/
test
/
ui
/
error-codes
/
E0594.rs
blob: 8b0cae7e17b3010720d689f840711d066cde461b [
file
] [
log
] [
blame
]
static
NUM
:
i32
=
18
;
fn
main
()
{
NUM
=
20
;
//~ ERROR cannot assign to immutable static item `NUM`
}