Skip to content

Commit 87ed72f

Browse files
committed
---
yaml --- r: 10484 b: refs/heads/snap-stage3 c: 699b14b h: refs/heads/master v: v3
1 parent 9e2540a commit 87ed72f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 730381d936ddbfff12a9bf5c83a75623b14e5bad
4+
refs/heads/snap-stage3: 699b14b99d9892f3573ee8a69c3c24b7af93ecdd
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)