blob: bb7b6474d3e3839a0fa0c98c0c109f8bc870e9f5 [file] [log] [blame]
error[E0197]: inherent impls cannot be unsafe
--> $DIR/E0197.rs:3:1
|
LL | unsafe impl Foo { }
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0197`.