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

error: aborting due to previous error