]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-19096.stderr
Auto merge of #55236 - petrochenkov:pfail, r=davidtwco
[rust.git] / src / test / ui / parser / issue-19096.stderr
1 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
2   --> $DIR/issue-19096.rs:15:8
3    |
4 LL |     t.0::<isize>; //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
5    |        ^^ expected one of `.`, `;`, `?`, `}`, or an operator here
6
7 error: aborting due to previous error
8