blob: c176b1247cea9a386bf093c857ac7f22c6f29e43 [file] [log] [blame]
struct Inches(i32);
fn main() {
Inches as f32;
//~^ ERROR casting
}