diff options
Diffstat (limited to 'tests/ui/command-line-diagnostics.stderr')
-rw-r--r-- | tests/ui/command-line-diagnostics.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/command-line-diagnostics.stderr b/tests/ui/command-line-diagnostics.stderr index 6223ad880..b719a00ad 100644 --- a/tests/ui/command-line-diagnostics.stderr +++ b/tests/ui/command-line-diagnostics.stderr @@ -9,6 +9,6 @@ LL | let x = 42; LL | x = 43; | ^^^^^^ cannot assign twice to immutable variable -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0384`. |