提交 c3f4f654 编写于 作者: T Tim Chevalier

comments: Convert XXXes to FIXMEs

上级 9898485d
......@@ -138,7 +138,7 @@ fn each_item(&self, f: &fn(def_id: def_id, i: uint) -> bool) {
}
}
// XXX: Method macros sure would be nice here.
// FIXME #4621: Method macros sure would be nice here.
pub fn const_trait(&const self) -> def_id {
self.items[ConstTraitLangItem as uint].get()
......
......@@ -720,7 +720,8 @@ fn check_foreign_fn(cx: ty::ctxt, fn_id: ast::node_id,
ast::foreign_item_fn(decl, _, _) => {
check_foreign_fn(cx, it.id, decl);
}
ast::foreign_item_const(*) => {} // XXX: Not implemented.
// FIXME #4622: Not implemented.
ast::foreign_item_const(*) => {}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册