File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cf16f4f7e5bf5d37fc0e254e3c7ccdf0623c50d3
2
+ refs/heads/master: f05d3c516b085bd489893d7885be0bb687a786f7
Original file line number Diff line number Diff line change @@ -5407,7 +5407,8 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
5407
5407
// FIXME: This is a temporary hack to prevent compile
5408
5408
// failures. There's some expression variant that claims
5409
5409
// 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?
5411
5412
if ( !is_nil( r_ty) ) {
5412
5413
// This alloca is declared at the function level, above
5413
5414
// the block scope
You can’t perform that action at this time.
0 commit comments