blob: 922cfe07ac0ddc831c506b38ce7f2316816a033d [file] [log] [blame]
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
--> $DIR/issue-19096.rs:5:8
|
LL | t.0::<isize>; //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
| ^^ expected one of `.`, `;`, `?`, `}`, or an operator here
error: aborting due to previous error