提交 699b14b9 编写于 作者: T Tim Chevalier

Comments only: annotate a FIXME and remove an obsolete one

上级 730381d9
......@@ -26,7 +26,7 @@
fn collect_item_types(ccx: @crate_ctxt, crate: @ast::crate) {
// FIXME: hooking into the "intrinsic" root module is crude.
// there ought to be a better approach. Attributes?
// there ought to be a better approach. Attributes? (#2592)
for crate.node.module.items.each {|crate_item|
if *crate_item.ident == "intrinsic" {
......@@ -389,7 +389,7 @@ fn convert(ccx: @crate_ctxt, it: @ast::item) {
ty: t_dtor});
};
ensure_iface_methods(ccx, it.id);
/* FIXME: check for proper public/privateness */
// Write the type of each of the members
let (fields, methods) = split_class_items(members);
for fields.each {|f|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册