]> git.lizzy.rs Git - rust.git/blob - tests/ui/tool-attributes/diagnostic_item.stderr
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / ui / tool-attributes / diagnostic_item.stderr
1 error[E0658]: diagnostic items compiler internal support for linting
2   --> $DIR/diagnostic_item.rs:1:1
3    |
4 LL | #[rustc_diagnostic_item = "foomp"]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.