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 4fab219 commit 974c166Copy full SHA for 974c166
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b9920b052be7f1e7461e6d45cfdd7474f0046d50
+refs/heads/master: 885f0a2eab092cc69d9dfed347778da0ad582055
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/test/run-pass/issue-3029.rs renamed to trunk/src/test/run-fail/issue-3029.rs
@@ -8,11 +8,10 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// xfail-test
12
-fn fail_then_concat() {
+// error-pattern:so long
+fn main() {
13
let x = ~[], y = ~[3];
14
- fail;
+ fail ~"so long";
15
x += y;
16
~"good" + ~"bye";
17
}
18
-
0 commit comments