Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
static-mut.rs
blob: 6509f62470a9cb645cf2cc59f1634f90d2a7ce92 [
file
] [
log
] [
blame
]
static
muta a
:
u8
=
0
;
//~^ ERROR expected one of
//~| ERROR missing type for
fn
main
()
{}