Skip to content

Commit 9b48f93

Browse files
committed
---
yaml --- r: 52478 b: refs/heads/dist-snap c: 4f88ed3 h: refs/heads/master v: v3
1 parent a5cf03c commit 9b48f93

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
99
refs/heads/incoming: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
10-
refs/heads/dist-snap: d9c842847d8d0d99dab6431d5e0fd05843599e7b
10+
refs/heads/dist-snap: 4f88ed36a132cf74d45d996b26c3587e0d54a2cf
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/librustc/middle/typeck/collect.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,12 +633,7 @@ fn convert(ccx: @crate_ctxt, it: @ast::item) {
633633
let (_, provided_methods) =
634634
split_trait_methods(/*bad*/copy *trait_methods);
635635
let {bounds, _} = mk_substs(ccx, /*bad*/copy *tps, rp);
636-
let _cms = convert_methods(ccx, provided_methods, rp, bounds);
637-
// FIXME (#2616): something like this, when we start having
638-
// trait inheritance?
639-
// for trait_ref.each |t| {
640-
// check_methods_against_trait(ccx, tps, rp, selfty, *t, cms);
641-
// }
636+
let _ = convert_methods(ccx, provided_methods, rp, bounds);
642637
}
643638
ast::item_struct(struct_def, tps) => {
644639
// Write the class type

0 commit comments

Comments
 (0)