mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 15:05:48 +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
|
|
|