diff options
| author | whodi <whodi@pop-os.localdomain> | 2022-04-15 15:28:48 -0400 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2022-04-15 14:19:01 -0700 |
| commit | e475dde09772e06a76b52155285ed2b7d001875b (patch) | |
| tree | 489be0f6e3670d92401fb7d035bc1decdefd763c | |
| parent | 73b7cb9c49cfa505da6e809453a1556df0b0d67b (diff) | |
| download | rust-e475dde09772e06a76b52155285ed2b7d001875b.tar.gz rust-e475dde09772e06a76b52155285ed2b7d001875b.zip | |
collapsible <> collspible
| -rw-r--r-- | tests/ui-internal/collapsible_span_lint_calls.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui-internal/collapsible_span_lint_calls.stderr b/tests/ui-internal/collapsible_span_lint_calls.stderr index 558d1299160..0852fe65aaf 100644 --- a/tests/ui-internal/collapsible_span_lint_calls.stderr +++ b/tests/ui-internal/collapsible_span_lint_calls.stderr @@ -29,7 +29,7 @@ LL | | db.help(help_msg); LL | | }); | |__________^ help: collapse into: `span_lint_and_help(cx, TEST_LINT, expr.span, lint_msg, None, help_msg)` -error: this call is collspible +error: this call is collapsible --> $DIR/collapsible_span_lint_calls.rs:45:9 | LL | / span_lint_and_then(cx, TEST_LINT, expr.span, lint_msg, |db| { @@ -37,7 +37,7 @@ LL | | db.span_note(expr.span, note_msg); LL | | }); | |__________^ help: collapse into: `span_lint_and_note(cx, TEST_LINT, expr.span, lint_msg, Some(expr.span), note_msg)` -error: this call is collspible +error: this call is collapsible --> $DIR/collapsible_span_lint_calls.rs:48:9 | LL | / span_lint_and_then(cx, TEST_LINT, expr.span, lint_msg, |db| { |
