blob: ccc6f59344c058c2ac2c3b95093e6285db4d48e4 [file] [log] [blame]
// Ensures our "remove semicolon" suggestion isn't hardcoded with a character width,
// in case it was accidentally mixed up with a greek question mark.
// issue: rust-lang/rust#123607
pub fn square(num: i32) -> i32 {
//~^ ERROR mismatched types
num * numÍž
//~^ ERROR unknown start of token
}
fn main() {}