Update suggestion from parenthesized-box-expr-message to reflect new output spacing.
This commit is contained in:
parent
5682e2a1aa
commit
565df576e8
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
fn main() {
|
||||
box (1 + 1)
|
||||
//~^ HELP try using `box()` instead:
|
||||
//~| SUGGESTION box() (1 + 1)
|
||||
//~^ HELP try using `box ()` instead:
|
||||
//~| SUGGESTION box () (1 + 1)
|
||||
; //~ ERROR expected expression, found `;`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue