Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rust-2024
/
unsafe-extern-blocks
/
safe-impl-trait.ungated.stderr
blob: 80e7a45f57e7907ddbe6296be25d71b85fb79c7e [
file
] [
log
] [
blame
] [
edit
]
error
:
expected one of
`!`
or
`::`
,
found keyword
`impl`
-->
$DIR
/
safe
-
impl
-
trait
.
rs
:
5
:
6
|
LL
|
safe impl
Bar
for
()
{
}
|
^^^^
expected one of
`!`
or
`::`
error
:
aborting due to
1
previous error