2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-19096.rs:3:8
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | t.0::<isize>;
|
2019-10-28 13:08:53 -05:00
|
|
|
| ^^ expected one of `.`, `;`, `?`, `}`, or an operator
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2019-07-12 20:37:57 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `::`
|
|
|
|
--> $DIR/issue-19096.rs:8:8
|
2019-01-06 09:33:05 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | t.0::<isize>;
|
2019-10-28 13:08:53 -05:00
|
|
|
| ^^ expected one of `.`, `;`, `?`, `}`, or an operator
|
2019-01-06 09:33:05 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 15:36:17 -05:00
|
|
|
|