summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0232.stderr
blob: cb6cc44a73597686f222eeb76d9fcbc3721f6d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0232]: `#[rustc_on_unimplemented]` requires a value
  --> $DIR/E0232.rs:13:1
   |
LL | #[rustc_on_unimplemented]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ value required here
   |
   = note: eg `#[rustc_on_unimplemented = "foo"]`

error: aborting due to previous error

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