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