Skip to content

Commit 9172921

Browse files
committed
---
yaml --- r: 226246 b: refs/heads/snap-stage3 c: 22796c8 h: refs/heads/master v: v3
1 parent d26c697 commit 9172921

File tree

2 files changed

+4
-5
lines changed
  • branches/snap-stage3/src/librustc_borrowck/borrowck

2 files changed

+4
-5
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: e5d90d98402475b6e154ce216f9efcb80da1a747
3-
refs/heads/snap-stage3: 494ce37ffe2e5af63a4701f6d60faa3bc24597f1
3+
refs/heads/snap-stage3: 22796c8bade7d44c4e28d1e48196065705a2de60
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/librustc_borrowck/borrowck/mod.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ fn borrowck_fn(this: &mut BorrowckCtxt,
166166
this.tcx,
167167
sp,
168168
id);
169+
move_data::fragments::build_unfragmented_map(this,
170+
&flowed_moves.move_data,
171+
id);
169172

170173
check_loans::check_loans(this,
171174
&loan_dfcx,
@@ -175,10 +178,6 @@ fn borrowck_fn(this: &mut BorrowckCtxt,
175178
decl,
176179
body);
177180

178-
move_data::fragments::build_unfragmented_map(this,
179-
&flowed_moves.move_data,
180-
id);
181-
182181
visit::walk_fn(this, fk, decl, body, sp);
183182
}
184183

0 commit comments

Comments
 (0)