summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0198.stderr
blob: 65b4f5364c292203b46a59edd5a89226c25063a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0198]: negative impls cannot be unsafe
  --> $DIR/E0198.rs:5:13
   |
LL | unsafe impl !Send for Foo { }
   | ------      -^^^^
   | |           |
   | |           negative because of this
   | unsafe because of this

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0198`.