]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-from-homoglyph.rs
Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=Centril
[rust.git] / src / test / 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 }