about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-07-29 06:11:47 +0900
committerGitHub <noreply@github.com>2021-07-29 06:11:47 +0900
commit1d5f15f9fb4b7bba8b93014e0e49e52e5c5232c0 (patch)
tree130c387ba30818eb3867bead9da8729228ac53d9 /src/test
parentaa301a06604a0cd541f65deeadc16f9befb24249 (diff)
parentbc70252f5039281388028faf2adec9c6f58aeab3 (diff)
downloadrust-1d5f15f9fb4b7bba8b93014e0e49e52e5c5232c0.tar.gz
rust-1d5f15f9fb4b7bba8b93014e0e49e52e5c5232c0.zip
Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomez
Add long explanation for E0498

Helps with #61137
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui-fulldeps/plugin-args.stderr1
-rw-r--r--src/test/ui/malformed/malformed-plugin-3.stderr1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui-fulldeps/plugin-args.stderr b/src/test/ui-fulldeps/plugin-args.stderr
index 2e255f185e2..177f33005c8 100644
--- a/src/test/ui-fulldeps/plugin-args.stderr
+++ b/src/test/ui-fulldeps/plugin-args.stderr
@@ -14,3 +14,4 @@ LL | #![plugin(empty_plugin(args))]
 
 error: aborting due to previous error; 1 warning emitted
 
+For more information about this error, try `rustc --explain E0498`.
diff --git a/src/test/ui/malformed/malformed-plugin-3.stderr b/src/test/ui/malformed/malformed-plugin-3.stderr
index 11abdb16e0b..64cb429ea74 100644
--- a/src/test/ui/malformed/malformed-plugin-3.stderr
+++ b/src/test/ui/malformed/malformed-plugin-3.stderr
@@ -14,3 +14,4 @@ LL | #![plugin(foo="bleh")]
 
 error: aborting due to previous error; 1 warning emitted
 
+For more information about this error, try `rustc --explain E0498`.