]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-from-homoglyph.rs
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[rust.git] / tests / ui / parser / recover-from-homoglyph.rs
1 fn main() {
2     println!("")Íž //~ ERROR unknown start of token: \u{37e}
3     let x: usize = (); //~ ERROR mismatched types
4 }