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 cf16f4f commit f05d3c5Copy full SHA for f05d3c5
src/comp/middle/trans.rs
@@ -5407,7 +5407,8 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
5407
// FIXME: This is a temporary hack to prevent compile
5408
// failures. There's some expression variant that claims
5409
// to be ty_nil but but does not translate to T_nil. Need
5410
- // to hunt it down.
+ // to hunt it down. Of course, if we're talking about nil,
5411
+ // do we really want to do this whole business anyway?
5412
if (!is_nil(r_ty)) {
5413
// This alloca is declared at the function level, above
5414
// the block scope
0 commit comments