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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
278 B
Plaintext
Raw Normal View History

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