diff options
Diffstat (limited to 'tests/ui/not-copy-closure.stderr')
-rw-r--r-- | tests/ui/not-copy-closure.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/not-copy-closure.stderr b/tests/ui/not-copy-closure.stderr index 93e011cce..50e25a24d 100644 --- a/tests/ui/not-copy-closure.stderr +++ b/tests/ui/not-copy-closure.stderr @@ -16,6 +16,6 @@ help: consider mutably borrowing `hello` LL | let b = &mut hello; | ++++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0382`. |