blob: 8b682732f6474c4fd9c38980b7eaefcc0997a063 [file] [log] [blame]
// compile-flags: -Z parse-only
fn main() {
let t = (42, 42);
t.0::<isize>; //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
}