We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81da42d commit 6247d9bCopy full SHA for 6247d9b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5682e2a1aac9566862fd255ce631c59946917d3f
+refs/heads/master: 565df576e8a450ed073e4f02f7d796f05f6ff502
3
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
trunk/src/test/parse-fail/parenthesized-box-expr-message.rs
@@ -12,7 +12,7 @@
12
13
fn main() {
14
box (1 + 1)
15
- //~^ HELP try using `box()` instead:
16
- //~| SUGGESTION box() (1 + 1)
+ //~^ HELP try using `box ()` instead:
+ //~| SUGGESTION box () (1 + 1)
17
; //~ ERROR expected expression, found `;`
18
}
0 commit comments