]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-19096.stderr
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
[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