From 42a805e4d2b057f58f5ad72b35afaee1bf8358ef Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 18 Oct 2019 19:00:35 +0200 Subject: [PATCH] Update ui tests --- src/test/ui/conflicting-repr-hints.stderr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/ui/conflicting-repr-hints.stderr b/src/test/ui/conflicting-repr-hints.stderr index 832f5c3ac2bb..414c15f93bc1 100644 --- a/src/test/ui/conflicting-repr-hints.stderr +++ b/src/test/ui/conflicting-repr-hints.stderr @@ -66,4 +66,5 @@ LL | | } error: aborting due to 8 previous errors -For more information about this error, try `rustc --explain E0566`. +Some errors have detailed explanations: E0566, E0587. +For more information about an error, try `rustc --explain E0566`.