Update tests
This commit is contained in:
parent
26e9990198
commit
6978b9482b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#[rustc_diagnostic_item = "foomp"] //~ ERROR will never be stabilized
|
||||
#[rustc_diagnostic_item = "foomp"] //~ ERROR compiler internal support for linting
|
||||
struct Foomp;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
error[E0658]: diagnostic items compiler are internal support for linting and will never be stabilized
|
||||
error[E0658]: diagnostic items compiler internal support for linting
|
||||
--> $DIR/diagnostic_item.rs:1:1
|
||||
|
|
||||
LL | #[rustc_diagnostic_item = "foomp"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue