diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-07-23 16:00:58 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-07-23 16:02:27 +0200 |
| commit | 565df576e8a450ed073e4f02f7d796f05f6ff502 (patch) | |
| tree | 4be48d8d08cb56f4b2df14f755600622ec945ace /src/test/parse-fail | |
| parent | 5682e2a1aac9566862fd255ce631c59946917d3f (diff) | |
| download | rust-565df576e8a450ed073e4f02f7d796f05f6ff502.tar.gz rust-565df576e8a450ed073e4f02f7d796f05f6ff502.zip | |
Update suggestion from parenthesized-box-expr-message to reflect new output spacing.
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/parenthesized-box-expr-message.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/parse-fail/parenthesized-box-expr-message.rs b/src/test/parse-fail/parenthesized-box-expr-message.rs index 09d32a71dea..4c32d2f041e 100644 --- a/src/test/parse-fail/parenthesized-box-expr-message.rs +++ b/src/test/parse-fail/parenthesized-box-expr-message.rs @@ -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 `;` } |
