about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorAyush Kumar Mishra <ayush.k.mishra@xcelenergy.com>2020-03-14 16:01:03 +0530
committerAyush Kumar Mishra <ayush.k.mishra@xcelenergy.com>2020-03-14 16:01:03 +0530
commit4bd6ebcc31bc68925742d2cb21095b5c76e7976c (patch)
treebf7cdecf17124e426400ce32dd0d41c122bf6958 /src/test/ui
parent3dbade652ed8ebac70f903e01f51cd92c4e4302c (diff)
downloadrust-4bd6ebcc31bc68925742d2cb21095b5c76e7976c.tar.gz
rust-4bd6ebcc31bc68925742d2cb21095b5c76e7976c.zip
Add long error explanation for E0634 #61137
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/conflicting-repr-hints.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/conflicting-repr-hints.stderr b/src/test/ui/conflicting-repr-hints.stderr
index 43b76bf6497..0b78532c737 100644
--- a/src/test/ui/conflicting-repr-hints.stderr
+++ b/src/test/ui/conflicting-repr-hints.stderr
@@ -76,5 +76,5 @@ LL | | }
 
 error: aborting due to 10 previous errors
 
-Some errors have detailed explanations: E0566, E0587.
+Some errors have detailed explanations: E0566, E0587, E0634.
 For more information about an error, try `rustc --explain E0566`.