diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-09-27 14:08:47 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-09-30 15:52:47 +0200 |
| commit | e67ae0e023edcf78ecf64e60da67ff19261afc09 (patch) | |
| tree | 1f821a4c748eb4d18159d363e98afd9a82b337eb | |
| parent | 67eabe110be3f958df7063d961716002fd2c3030 (diff) | |
| download | rust-e67ae0e023edcf78ecf64e60da67ff19261afc09.tar.gz rust-e67ae0e023edcf78ecf64e60da67ff19261afc09.zip | |
update ui tests
| -rw-r--r-- | src/test/ui/deprecation/deprecation-sanity.stderr | 2 |
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 7ff68a1038b..15afa78b140 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, E0565. +Some errors have detailed explanations: E0538, E0541, E0550, E0565. For more information about an error, try `rustc --explain E0538`. |
