diff options
| author | Lieselotte <52315535+she3py@users.noreply.github.com> | 2024-04-25 13:09:13 +0200 |
|---|---|---|
| committer | Lieselotte <52315535+she3py@users.noreply.github.com> | 2024-04-25 13:09:13 +0200 |
| commit | b52e4bd99709fdf3c9b709f285d0ab4278fbcf8f (patch) | |
| tree | edc4f3a7424b042af3539320cae54d82756bb658 /tests/ui/parser | |
| parent | 865808b33bfc7861c28ba6111ed4eac45cbeeeb4 (diff) | |
| download | rust-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.stderr | 2 |
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 |
