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