Files
rust/tests/ui/parser/recover/recover-from-homoglyph.rs

5 lines
125 B
Rust
Raw Normal View History

fn main() {
println!(""); //~ ERROR unknown start of token: \u{37e}
let x: usize = (); //~ ERROR mismatched types
}