]> git.lizzy.rs Git - rust.git/commitdiff
Comments Only: Remove outdated FIXMEs. Fixes #2886.
authorEric Holk <eric.holk@gmail.com>
Wed, 25 Jul 2012 22:28:36 +0000 (15:28 -0700)
committerEric Holk <eric.holk@gmail.com>
Thu, 26 Jul 2012 17:20:05 +0000 (10:20 -0700)
src/libsyntax/ext/pipes/ast_builder.rs

index c9b35e561bb4511ae20f7c164c9f1631249abd87..f367fb63985a301f73919d2d3c2458f8053591bd 100644 (file)
@@ -183,7 +183,6 @@ fn arg(name: ident, ty: @ast::ty) -> ast::arg {
         {mode: ast::infer(self.next_id()),
          ty: ty,
          ident: name,
-         // FIXME #2886: should this be the same as the infer id?
          id: self.next_id()}
     }
 
@@ -280,7 +279,6 @@ fn item_mod(name: ident,
     }
 
     fn ty_path_ast_builder(path: @ast::path) -> @ast::ty {
-        // FIXME #2886: make sure the node ids are legal.
         @{id: self.next_id(),
           node: ast::ty_path(path, self.next_id()),
           span: self.empty_span()}