Skip to content

Commit 4cc4480

Browse files
committed
---
yaml --- r: 1961 b: refs/heads/master c: f05d3c5 h: refs/heads/master i: 1959: 87d23dd v: v3
1 parent b39d469 commit 4cc4480

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: cf16f4f7e5bf5d37fc0e254e3c7ccdf0623c50d3
2+
refs/heads/master: f05d3c516b085bd489893d7885be0bb687a786f7

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5407,7 +5407,8 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
54075407
// FIXME: This is a temporary hack to prevent compile
54085408
// failures. There's some expression variant that claims
54095409
// to be ty_nil but but does not translate to T_nil. Need
5410-
// to hunt it down.
5410+
// to hunt it down. Of course, if we're talking about nil,
5411+
// do we really want to do this whole business anyway?
54115412
if (!is_nil(r_ty)) {
54125413
// This alloca is declared at the function level, above
54135414
// the block scope

0 commit comments

Comments
 (0)