Skip to content

Commit 55f961a

Browse files
committed
---
yaml --- r: 101718 b: refs/heads/master c: 64c9b5c h: refs/heads/master v: v3
1 parent 4b416e0 commit 55f961a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: f7e5d8418c0e6dcd17efc61f7f5eb641dce8653d
2+
refs/heads/master: 64c9b5c3aeb037f8113948da2c098bb8c86b9d8a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
55
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff

trunk/src/librustc/middle/trans/datum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ impl Datum<Expr> {
480480
* no cleanup scheduled).
481481
*/
482482

483-
let mut bcx = bcx;
484483
self.match_kind(
485484
|l| {
485+
let mut bcx = bcx;
486486
match l.appropriate_rvalue_mode(bcx.ccx()) {
487487
ByRef => {
488488
let scratch = rvalue_scratch_datum(bcx, l.ty, name);

0 commit comments

Comments
 (0)