summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0389.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0389.stderr')
-rw-r--r--tests/ui/error-codes/E0389.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0389.stderr b/tests/ui/error-codes/E0389.stderr
index 51c4c92ad..e4001856c 100644
--- a/tests/ui/error-codes/E0389.stderr
+++ b/tests/ui/error-codes/E0389.stderr
@@ -7,7 +7,7 @@ LL | fancy_ref.num = 6;
help: consider changing this to be a mutable reference
|
LL | let fancy_ref = &mut (&mut fancy);
- | ~~~~~~~~~~~~~~~~~
+ | +++
error: aborting due to previous error