]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-19096.stderr
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[rust.git] / src / test / ui / parser / issue-19096.stderr
1 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
2   --> $DIR/issue-19096.rs:3:8
3    |
4 LL |     t.0::<isize>;
5    |        ^^ expected one of `.`, `;`, `?`, `}`, or an operator
6
7 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
8   --> $DIR/issue-19096.rs:8:8
9    |
10 LL |     t.0::<isize>;
11    |        ^^ expected one of `.`, `;`, `?`, `}`, or an operator
12
13 error: aborting due to 2 previous errors
14