Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
static.rs
blob: 29dd21b6b56c735a40d174477ef8d85a91a28241 [
file
] [
log
] [
blame
]
Static
a
:
u32
=
0
;
//~^ ERROR keyword `static` is written in the wrong case
fn
main
()
{}