about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-10-12 14:48:28 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-10-17 11:30:42 +0200
commit21d9258909d131898bdd9d69bc9da8be3b31db9a (patch)
tree5f7250fb46464a1f65d73da71aac18263367de22
parentd1db077e067b00c4733512dd23f8b144a760f367 (diff)
Update ui tests
-rw-r--r--src/test/ui/ufcs/ufcs-partially-resolved.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/ufcs/ufcs-partially-resolved.stderr b/src/test/ui/ufcs/ufcs-partially-resolved.stderr
index 5ee8adaaf27..39752f66b9d 100644
--- a/src/test/ui/ufcs/ufcs-partially-resolved.stderr
+++ b/src/test/ui/ufcs/ufcs-partially-resolved.stderr
@@ -200,5 +200,5 @@ LL |     <u8 as Dr>::X::N;
 
 error: aborting due to 32 previous errors
 
-Some errors have detailed explanations: E0223, E0433, E0599.
+Some errors have detailed explanations: E0223, E0433, E0575, E0599.
 For more information about an error, try `rustc --explain E0223`.