blob: 5c74efffabff5df770a16ac8a069307a0eb852e0 [file] [log] [blame]
error: expected one of `!`, `(`, `::`, `;`, `<`, or `where`, found `/`
--> $DIR/removed-syntax-ptr-lifetime.rs:1:22
|
LL | type bptr = &lifetime/isize;
| ^ expected one of `!`, `(`, `::`, `;`, `<`, or `where`
error: aborting due to 1 previous error