Sign in
rust
/
rust-lang
/
rust
/
refs/heads/auto
/
.
/
tests
/
ui
/
eii
/
unsafe_impl_err.stderr
blob: eb917a65bb520d4e5db9cfd5b6bc36aa61910370 [
file
] [
log
] [
blame
] [
edit
]
error
:
`#[foo]`
is
unsafe
to implement
-->
$DIR
/
unsafe_impl_err
.
rs
:
16
:
1
|
LL
|
#[foo]
|
^^^^^^
|
help
:
wrap the attribute
in
`unsafe(...)`
|
LL
|
#[unsafe(foo)]
|
+++++++
+
error
:
aborting due to
1
previous error