Skip to content

Commit 6978b94

Browse files
committed
Update tests
1 parent 26e9990 commit 6978b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#[rustc_diagnostic_item = "foomp"] //~ ERROR will never be stabilized
1+
#[rustc_diagnostic_item = "foomp"] //~ ERROR compiler internal support for linting
22
struct Foomp;

src/test/ui/tool-attributes/diagnostic_item.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: diagnostic items compiler are internal support for linting and will never be stabilized
1+
error[E0658]: diagnostic items compiler internal support for linting
22
--> $DIR/diagnostic_item.rs:1:1
33
|
44
LL | #[rustc_diagnostic_item = "foomp"]

0 commit comments

Comments
 (0)