From f05d3c516b085bd489893d7885be0bb687a786f7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 31 Mar 2011 22:01:35 -0400 Subject: [PATCH] Add more comments to trans_block --- src/comp/middle/trans.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 6c072c61e83..dd11891c074 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -5407,7 +5407,8 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result { // FIXME: This is a temporary hack to prevent compile // failures. There's some expression variant that claims // to be ty_nil but but does not translate to T_nil. Need - // to hunt it down. + // to hunt it down. Of course, if we're talking about nil, + // do we really want to do this whole business anyway? if (!is_nil(r_ty)) { // This alloca is declared at the function level, above // the block scope