Skip to content

Commit 0a36402

Browse files
committed
---
yaml --- r: 22578 b: refs/heads/master c: cf9a9d1 h: refs/heads/master v: v3
1 parent e2e1dc2 commit 0a36402

File tree

6 files changed

+12
-2337
lines changed

6 files changed

+12
-2337
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bc87e66355e658cffb84396d1783364e23ddc6d2
2+
refs/heads/master: cf9a9d1ae8ed74a69b529f526eed1462813817cd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)