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 0ddcb58 commit 67e96cdCopy full SHA for 67e96cd
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8911aef798ef41dd56e1cc0fb777747476cf3443
+refs/heads/master: 56410b2fb6ee47a4b2ff61668ae5c5d3fc5e1d20
trunk/src/test/run-pass/wierd-exprs.rs
@@ -7,11 +7,6 @@ fn funny() {
7
f(ret);
8
}
9
10
-fn odd() {
11
- // FIXME: This doesn't compile
12
- // log ret;
13
-}
14
-
15
fn what() {
16
fn the(x: @mutable bool) { ret while !*x { *x = true; }; }
17
let i = @mutable false;
@@ -64,7 +59,6 @@ fn evil_lincoln() { let evil <- log "lincoln"; }
64
59
fn main() {
65
60
strange();
66
61
funny();
67
- odd();
68
62
what();
69
63
zombiejesus();
70
notsure();
0 commit comments