mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
278 B
Plaintext
9 lines
278 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 previous error
|
|
|