From c07443e6ebad98b7a5f4599ef671e468a454d9e2 Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Mon, 20 Jun 2011 19:39:09 -0700 Subject: [PATCH] Removing out-of-date comment. --- src/comp/middle/trans.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 9f6d47b90d4e..a08027db0575 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -4222,7 +4222,7 @@ fn trans_for_each(&@block_ctxt cx, &@ast::local local, &@ast::expr seq, // Step 1: walk body and figure out which references it makes // escape. This could be determined upstream, and probably ought - // to be so, eventualy. For first cut, skip this. Null env. + // to be so, eventualy. auto lcx = cx.fcx.lcx; // FIXME: possibly support alias-mode here?