summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0198.stderr
blob: a85419e9a1397b6ba7a7ce06752a4fc89bb23792 (plain)
1
2
3
4
5
6
7
8
error[E0198]: negative impls cannot be unsafe
  --> $DIR/E0198.rs:15:1
   |
15 | unsafe impl !Send for Foo { } //~ ERROR E0198
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error