rust/tests/ui/parser/misspelled-keywords/static-mut.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
92 B
Rust
Raw Permalink Normal View History

2024-09-01 21:27:43 -05:00
static muta a: u8 = 0;
//~^ ERROR expected one of
//~| ERROR missing type for
fn main() {}