about summary refs log tree commit diff
path: root/tests/ui/parser
diff options
context:
space:
mode:
authorLieselotte <52315535+she3py@users.noreply.github.com>2024-04-25 13:09:13 +0200
committerLieselotte <52315535+she3py@users.noreply.github.com>2024-04-25 13:09:13 +0200
commitb52e4bd99709fdf3c9b709f285d0ab4278fbcf8f (patch)
treeedc4f3a7424b042af3539320cae54d82756bb658 /tests/ui/parser
parent865808b33bfc7861c28ba6111ed4eac45cbeeeb4 (diff)
downloadrust-b52e4bd99709fdf3c9b709f285d0ab4278fbcf8f.tar.gz
rust-b52e4bd99709fdf3c9b709f285d0ab4278fbcf8f.zip
Fix substitution parts having a shifted underline in some cases
Diffstat (limited to 'tests/ui/parser')
-rw-r--r--tests/ui/parser/issues/issue-32505.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/issues/issue-32505.stderr b/tests/ui/parser/issues/issue-32505.stderr
index 27ad2c3e5be..0eaa5efd525 100644
--- a/tests/ui/parser/issues/issue-32505.stderr
+++ b/tests/ui/parser/issues/issue-32505.stderr
@@ -9,7 +9,7 @@ LL |     foo(|_|)
 help: you might have meant to open the body of the closure
    |
 LL |     foo(|_| {})
-   |            ++
+   |             ++
 
 error[E0425]: cannot find function `foo` in this scope
   --> $DIR/issue-32505.rs:2:5