Update tests

This commit is contained in:
Oliver Scherer 2019-08-30 02:46:25 +02:00
parent 26e9990198
commit 6978b9482b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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"]