summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0200.stderr
blob: fb71da23677bd7c3a416972b3c04d7a4ba02173a (plain)
1
2
3
4
5
6
7
8
error[E0200]: the trait `Bar` requires an `unsafe impl` declaration
  --> $DIR/E0200.rs:15:1
   |
15 | impl Bar for Foo { } //~ ERROR E0200
   | ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error