Skip to content

Commit fec749d

Browse files
committed
Comments Only: Remove outdated FIXMEs. Fixes #2886.
1 parent ab1defb commit fec749d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/ext/pipes/ast_builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ impl ast_builder of ext_ctxt_ast_builder for ext_ctxt {
183183
{mode: ast::infer(self.next_id()),
184184
ty: ty,
185185
ident: name,
186-
// FIXME #2886: should this be the same as the infer id?
187186
id: self.next_id()}
188187
}
189188

@@ -280,7 +279,6 @@ impl ast_builder of ext_ctxt_ast_builder for ext_ctxt {
280279
}
281280

282281
fn ty_path_ast_builder(path: @ast::path) -> @ast::ty {
283-
// FIXME #2886: make sure the node ids are legal.
284282
@{id: self.next_id(),
285283
node: ast::ty_path(path, self.next_id()),
286284
span: self.empty_span()}

0 commit comments

Comments
 (0)