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 3a825e4 commit c666263Copy full SHA for c666263
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: de1b394c322a14b46724428d590089ee03b53dc8
+refs/heads/master: 564bdacecebd25e314c6785d7fff601b12c8e10f
trunk/src/test/run-fail/unwind-alt.rs
@@ -5,6 +5,7 @@ fn test_box() {
5
}
6
fn test_str() {
7
let res = alt false { true { "happy" } };
8
+ assert res == "happy";
9
10
fn main() {
11
test_box();
0 commit comments