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