Skip to content

Commit e475dde

Browse files
whodiManishearth
authored andcommitted
collapsible <> collspible
1 parent 73b7cb9 commit e475dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui-internal/collapsible_span_lint_calls.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ LL | | db.help(help_msg);
2929
LL | | });
3030
| |__________^ help: collapse into: `span_lint_and_help(cx, TEST_LINT, expr.span, lint_msg, None, help_msg)`
3131

32-
error: this call is collspible
32+
error: this call is collapsible
3333
--> $DIR/collapsible_span_lint_calls.rs:45:9
3434
|
3535
LL | / span_lint_and_then(cx, TEST_LINT, expr.span, lint_msg, |db| {
3636
LL | | db.span_note(expr.span, note_msg);
3737
LL | | });
3838
| |__________^ help: collapse into: `span_lint_and_note(cx, TEST_LINT, expr.span, lint_msg, Some(expr.span), note_msg)`
3939

40-
error: this call is collspible
40+
error: this call is collapsible
4141
--> $DIR/collapsible_span_lint_calls.rs:48:9
4242
|
4343
LL | / span_lint_and_then(cx, TEST_LINT, expr.span, lint_msg, |db| {

0 commit comments

Comments
 (0)