File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/rustc/middle/typeck Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 730381d936ddbfff12a9bf5c83a75623b14e5bad
4
+ refs/heads/snap-stage3: 699b14b99d9892f3573ee8a69c3c24b7af93ecdd
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import rscope::*;
26
26
fn collect_item_types ( ccx : @crate_ctxt , crate : @ast:: crate ) {
27
27
28
28
// 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)
30
30
31
31
for crate . node. module. items. each { |crate_item|
32
32
if * crate_item. ident == "intrinsic" {
@@ -389,7 +389,7 @@ fn convert(ccx: @crate_ctxt, it: @ast::item) {
389
389
ty: t_dtor} ) ;
390
390
} ;
391
391
ensure_iface_methods( ccx, it. id) ;
392
- /* FIXME: check for proper public/privateness */
392
+
393
393
// Write the type of each of the members
394
394
let ( fields, methods) = split_class_items( members) ;
395
395
for fields. each { |f|
You can’t perform that action at this time.
0 commit comments