diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-10-18 19:00:35 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-10-23 16:22:23 +0200 |
| commit | 42a805e4d2b057f58f5ad72b35afaee1bf8358ef (patch) | |
| tree | ac7be3ed7d0adf68b78a5eaaec8910442532b17b | |
| parent | 76b8fd81e299498266923f1470c216f553b2927b (diff) | |
| download | rust-42a805e4d2b057f58f5ad72b35afaee1bf8358ef.tar.gz rust-42a805e4d2b057f58f5ad72b35afaee1bf8358ef.zip | |
Update ui tests
| -rw-r--r-- | src/test/ui/conflicting-repr-hints.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/conflicting-repr-hints.stderr b/src/test/ui/conflicting-repr-hints.stderr index 832f5c3ac2b..414c15f93bc 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`. |
