diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-08-30 02:46:25 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-08-30 02:46:25 +0200 |
| commit | 6978b9482b976d991dac1dc55a6effe1f697cd1f (patch) | |
| tree | c48d44596c0f18c0f9cebfa59423d31d8c89cf45 | |
| parent | 26e9990198d3c7262d58468f18a722920c897e35 (diff) | |
Update tests
| -rw-r--r-- | src/test/ui/tool-attributes/diagnostic_item.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/tool-attributes/diagnostic_item.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/tool-attributes/diagnostic_item.rs b/src/test/ui/tool-attributes/diagnostic_item.rs index 88157bbbf61..1d35422ed62 100644 --- a/src/test/ui/tool-attributes/diagnostic_item.rs +++ b/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; diff --git a/src/test/ui/tool-attributes/diagnostic_item.stderr b/src/test/ui/tool-attributes/diagnostic_item.stderr index 4472914118b..deff4da6b80 100644 --- a/src/test/ui/tool-attributes/diagnostic_item.stderr +++ b/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"] |
