Update suggestion from parenthesized-box-expr-message to reflect new output spacing.

This commit is contained in:
Felix S. Klock II 2015-07-23 16:00:58 +02:00
parent 5682e2a1aa
commit 565df576e8

View file

@ -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 `;`
}