about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-09-30 13:44:23 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-10-01 15:22:37 +0200
commit62f1fb33ec02d59d5984584fd4d04b0443af632b (patch)
tree115abe1afa2c78c5dc423687181effae52086a30 /src
parente541b2ece9951fb00612e4fc14739634725cbf36 (diff)
downloadrust-62f1fb33ec02d59d5984584fd4d04b0443af632b.tar.gz
rust-62f1fb33ec02d59d5984584fd4d04b0443af632b.zip
Update ui tests
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/deprecation/deprecation-sanity.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/deprecation/deprecation-sanity.stderr b/src/test/ui/deprecation/deprecation-sanity.stderr
index 15afa78b140..57143d68105 100644
--- a/src/test/ui/deprecation/deprecation-sanity.stderr
+++ b/src/test/ui/deprecation/deprecation-sanity.stderr
@@ -54,5 +54,5 @@ LL | #[deprecated(since = "a", since = "b", note = "c")]
 
 error: aborting due to 9 previous errors
 
-Some errors have detailed explanations: E0538, E0541, E0550, E0565.
+Some errors have detailed explanations: E0538, E0541, E0550, E0551, E0565.
 For more information about an error, try `rustc --explain E0538`.