rust/src/test/ui/error-codes/E0200.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

9 lines
284 B
Text

error[E0200]: the trait `Bar` requires an `unsafe impl` declaration
--> $DIR/E0200.rs:15:1
|
LL | impl Bar for Foo { } //~ ERROR E0200
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0200"