Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-ptr-lifetime.stderr
blob: 5c74efffabff5df770a16ac8a069307a0eb852e0 [
file
] [
log
] [
blame
] [
edit
]
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