]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0232.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / error-codes / E0232.stderr
1 error[E0232]: `#[rustc_on_unimplemented]` requires a value
2   --> $DIR/E0232.rs:13:1
3    |
4 LL | #[rustc_on_unimplemented]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^ value required here
6    |
7    = note: eg `#[rustc_on_unimplemented(message="foo")]`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0232`.