Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 30, 2019
1 parent 26e9990 commit 6978b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/tool-attributes/diagnostic_item.rs
@@ -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;
2 changes: 1 addition & 1 deletion src/test/ui/tool-attributes/diagnostic_item.stderr
@@ -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"]
Expand Down

0 comments on commit 6978b94

Please sign in to comment.