diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-09-30 13:44:23 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-10-01 15:22:37 +0200 |
| commit | 62f1fb33ec02d59d5984584fd4d04b0443af632b (patch) | |
| tree | 115abe1afa2c78c5dc423687181effae52086a30 /src | |
| parent | e541b2ece9951fb00612e4fc14739634725cbf36 (diff) | |
| download | rust-62f1fb33ec02d59d5984584fd4d04b0443af632b.tar.gz rust-62f1fb33ec02d59d5984584fd4d04b0443af632b.zip | |
Update ui tests
Diffstat (limited to 'src')
| -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 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`. |
