blob: de246f3712e4044dbb824c154b6b845f9ba40b53 [file] [log] [blame]
fn main() {
let x = 0;
let _ = x.foo; //~ ERROR E0610
}