Skip to content

Commit 67e96cd

Browse files
committed
---
yaml --- r: 5532 b: refs/heads/master c: 56410b2 h: refs/heads/master v: v3
1 parent 0ddcb58 commit 67e96cd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8911aef798ef41dd56e1cc0fb777747476cf3443
2+
refs/heads/master: 56410b2fb6ee47a4b2ff61668ae5c5d3fc5e1d20

trunk/src/test/run-pass/wierd-exprs.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ fn funny() {
77
f(ret);
88
}
99

10-
fn odd() {
11-
// FIXME: This doesn't compile
12-
// log ret;
13-
}
14-
1510
fn what() {
1611
fn the(x: @mutable bool) { ret while !*x { *x = true; }; }
1712
let i = @mutable false;
@@ -64,7 +59,6 @@ fn evil_lincoln() { let evil <- log "lincoln"; }
6459
fn main() {
6560
strange();
6661
funny();
67-
odd();
6862
what();
6963
zombiejesus();
7064
notsure();

0 commit comments

Comments
 (0)