summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0192.stderr
blob: 8faa550a50935d3e6ea8ebbda27c30d6344698ee (plain)
1
2
3
4
5
6
7
8
9
error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`)
  --> $DIR/E0192.rs:9:1
   |
LL | impl !Trait for Foo { }
   | ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

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