blob: b3cfd0d21ddba7f599426e018611c07a3a4c0c51 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0199]: implementing the trait `Bar` is not unsafe
--> $DIR/E0199.rs:16:1
|
LL | unsafe impl Bar for Foo { } //~ ERROR implementing the trait `Bar` is not unsafe [E0199]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0199`.
|