diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-25 03:48:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-25 03:48:24 +0200 |
| commit | 0204f364418dbcc3a200141ad91c06049983d337 (patch) | |
| tree | 10a27b8b02879c9180a750d3ec6fd26fd036549f /src/test/ui/nll | |
| parent | 40fae88fa82db350f1233b9b93df0be30e6579bc (diff) | |
| parent | d2b873b06706e97dc54317b8c0ad8f9efa1c3b70 (diff) | |
| download | rust-0204f364418dbcc3a200141ad91c06049983d337.tar.gz rust-0204f364418dbcc3a200141ad91c06049983d337.zip | |
Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril
Error explanation e0524 Part of https://github.com/rust-lang/rust/issues/61137
Diffstat (limited to 'src/test/ui/nll')
| -rw-r--r-- | src/test/ui/nll/closures-in-loops.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/nll/closures-in-loops.stderr b/src/test/ui/nll/closures-in-loops.stderr index 7603f9650b5..0b15d9bcfe6 100644 --- a/src/test/ui/nll/closures-in-loops.stderr +++ b/src/test/ui/nll/closures-in-loops.stderr @@ -27,5 +27,5 @@ LL | v.push(|| *x = String::new()); error: aborting due to 3 previous errors -Some errors have detailed explanations: E0382, E0499. +Some errors have detailed explanations: E0382, E0499, E0524. For more information about an error, try `rustc --explain E0382`. |
