Skip to content

Commit cf9a9d1

Browse files
committed
Remove most of old resolve
resolve has a few type definitions in it that are used, so I left those and deleted everything else. Also, I switched rustdoc to use resolve3 instead of the old resolve. In a future commit I'll remove the type definitions entirely, as they're just duplicates of types defined in resolve3.
1 parent bc87e66 commit cf9a9d1

File tree

5 files changed

+11
-2336
lines changed

5 files changed

+11
-2336
lines changed

src/rustc/middle/liveness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ fn visit_fn(fk: visit::fn_kind, decl: fn_decl, body: blk,
360360
visit::visit_fn(fk, decl, body, sp, id, fn_maps, v);
361361

362362
alt fk {
363-
visit::fk_ctor(_, _, _, class_did) {
363+
visit::fk_ctor(_, _, _, _, class_did) {
364364
add_class_fields(fn_maps, class_did);
365365
}
366366
_ {}

0 commit comments

Comments
 (0)