Skip to content

Commit 7d53f6f

Browse files
jrudermangraydon
authored andcommitted
---
yaml --- r: 3902 b: refs/heads/master c: 7885bdc h: refs/heads/master v: v3
1 parent f85b6e3 commit 7d53f6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 156458b3f6e170aaf57ca5ceab68ecb76dab7b6e
2+
refs/heads/master: 7885bdc5750b10cab267052284df1f8bfc284fa8

trunk/src/fuzzer/fuzzer.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn safe_to_steal(ast::expr_ e) -> bool {
9595
case (ast::expr_assign(_, _)) { false }
9696
case (ast::expr_assign_op(_, _, _)) { false }
9797

98-
// "if (ret) { }" doesn't make sense, at least from a typecheck point of view, but for some reason it's rejected by the *parser*
98+
// https://github.com/graydon/rust/issues/676
9999
case (ast::expr_ret(option::none)) { false }
100100
case (ast::expr_put(option::none)) { false }
101101

@@ -203,6 +203,7 @@ fn main(vec[str] args) {
203203
check_roundtrip(crate, cm, file + ".pp.rs");
204204
}
205205
//pprust::print_crate(cm, crate, file, devnull(), pprust::no_ann());
206+
// Currently hits https://github.com/graydon/rust/issues/675
206207
//pp_variants(*crate, cm, file);
207208
}
208209
}

0 commit comments

Comments
 (0)