]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-from-homoglyph.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[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 }