Skip to content

Commit

Permalink
Update suggestion from parenthesized-box-expr-message to reflect new …
Browse files Browse the repository at this point in the history
…output spacing.
  • Loading branch information
pnkfelix committed Jul 23, 2015
1 parent 5682e2a commit 565df57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/parse-fail/parenthesized-box-expr-message.rs
Expand Up @@ -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 `;`
}

0 comments on commit 565df57

Please sign in to comment.