Skip to content

Commit 699b14b

Browse files
committed
Comments only: annotate a FIXME and remove an obsolete one
1 parent 730381d commit 699b14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustc/middle/typeck/collect.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import rscope::*;
2626
fn collect_item_types(ccx: @crate_ctxt, crate: @ast::crate) {
2727

2828
// FIXME: hooking into the "intrinsic" root module is crude.
29-
// there ought to be a better approach. Attributes?
29+
// there ought to be a better approach. Attributes? (#2592)
3030

3131
for crate.node.module.items.each {|crate_item|
3232
if *crate_item.ident == "intrinsic" {
@@ -389,7 +389,7 @@ fn convert(ccx: @crate_ctxt, it: @ast::item) {
389389
ty: t_dtor});
390390
};
391391
ensure_iface_methods(ccx, it.id);
392-
/* FIXME: check for proper public/privateness */
392+
393393
// Write the type of each of the members
394394
let (fields, methods) = split_class_items(members);
395395
for fields.each {|f|

0 commit comments

Comments
 (0)