Skip to content

Commit 565df57

Browse files
committed
Update suggestion from parenthesized-box-expr-message to reflect new output spacing.
1 parent 5682e2a commit 565df57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/parse-fail/parenthesized-box-expr-message.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
fn main() {
1414
box (1 + 1)
15-
//~^ HELP try using `box()` instead:
16-
//~| SUGGESTION box() (1 + 1)
15+
//~^ HELP try using `box ()` instead:
16+
//~| SUGGESTION box () (1 + 1)
1717
; //~ ERROR expected expression, found `;`
1818
}

0 commit comments

Comments
 (0)