blob: 00e0da44bbf9f173eb24bce3816fa2a0c9a1310e [file] [log] [blame]
fn main() {
let error = error; //~ ERROR cannot find value `error`
// These used to cause errors.
0 as f32;
0.0 as u32;
}