rust/tests/ui/parser/removed-syntax/removed-syntax-ptr-lifetime.stderr

9 lines
280 B
Plaintext
Raw Normal View History

error: expected one of `!`, `(`, `::`, `;`, `<`, or `where`, found `/`
--> $DIR/removed-syntax-ptr-lifetime.rs:1:22
2018-10-20 20:36:17 +00:00
|
2019-03-09 12:03:44 +00:00
LL | type bptr = &lifetime/isize;
| ^ expected one of `!`, `(`, `::`, `;`, `<`, or `where`
2018-10-20 20:36:17 +00:00
error: aborting due to 1 previous error
2018-10-20 20:36:17 +00:00