blob: 751dc8719cf33769b96e62909094fa39a0bf2b31 [file] [log] [blame]
fn main() {
let mut a;
a = a = true; //~ ERROR mismatched types
}