diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-17 03:05:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 03:05:11 +0200 |
| commit | abd72f7fc2ced909ef21b9eb8029a392c4211c66 (patch) | |
| tree | 249ac68047e8a0e34f1026ebb67037266ff8f25f /src/test/ui/error-codes | |
| parent | 868b51be6f29d5b43d37c5d65bac1482d3a50ad8 (diff) | |
| parent | 908436f3bb9e41721f01099baecd68a48b8cf933 (diff) | |
| download | rust-abd72f7fc2ced909ef21b9eb8029a392c4211c66.tar.gz rust-abd72f7fc2ced909ef21b9eb8029a392c4211c66.zip | |
Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez
Add long error explanation for E0657 Added proper error explanation for issue E0657 in the Rust compiler. Part of #61137 r? @GuillaumeGomez
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0657.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/error-codes/E0657.stderr b/src/test/ui/error-codes/E0657.stderr index b24b413600c..df76b45a589 100644 --- a/src/test/ui/error-codes/E0657.stderr +++ b/src/test/ui/error-codes/E0657.stderr @@ -12,3 +12,4 @@ LL | -> Box<for<'a> Id<impl Lt<'a>>> error: aborting due to 2 previous errors +For more information about this error, try `rustc --explain E0657`. |
