blob: 7a2e0fe6d21df4a0099f9c93aea7064172733d17 [file] [log] [blame]
// ignore-tidy-tab
fn main() {
let b = "hello";
let _a = b + ", World!";
//~^ ERROR E0369
}