41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
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
|
|
|