rust/tests/ui/parser/misspelled-keywords/use.rs

5 lines
52 B
Rust

usee a::b;
//~^ ERROR expected one of
fn main() {}