]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/safety-trait-impl-cc.stderr
Rollup merge of #87354 - Wind-River:2021_master, r=kennytm
[rust.git] / src / test / ui / traits / safety-trait-impl-cc.stderr
1 error[E0200]: the trait `Foo` requires an `unsafe impl` declaration
2   --> $DIR/safety-trait-impl-cc.rs:9:1
3    |
4 LL | / impl lib::Foo for Bar {
5 LL | |     fn foo(&self) -> isize {
6 LL | |         panic!();
7 LL | |     }
8 LL | | }
9    | |_^
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0200`.