summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/recover-from-homoglyph.rs
blob: 99ce0d1a630df73ba67259e60aa862f0d3f9585d (plain)
1
2
3
4
fn main() {
    println!(""); //~ ERROR unknown start of token: \u{37e}
    let x: usize = (); //~ ERROR mismatched types
}