]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/safety-trait-impl-cc.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.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`.