Remove obsolete comment

This commit is contained in:
Tim Chevalier 2012-12-06 18:32:01 -08:00
parent b4501f4c64
commit 10ec058638

View file

@ -1,5 +1,2 @@
// FIXME: The disambiguation the pretty printer does here
// is probably not necessary anymore (#2882)
fn blk1(b: fn()) -> fn@() { return fn@() { }; }
fn test1() { (do blk1 { debug!("hi"); })(); }