We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b416e0 commit 55f961aCopy full SHA for 55f961a
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: f7e5d8418c0e6dcd17efc61f7f5eb641dce8653d
+refs/heads/master: 64c9b5c3aeb037f8113948da2c098bb8c86b9d8a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
trunk/src/librustc/middle/trans/datum.rs
@@ -480,9 +480,9 @@ impl Datum<Expr> {
480
* no cleanup scheduled).
481
*/
482
483
- let mut bcx = bcx;
484
self.match_kind(
485
|l| {
+ let mut bcx = bcx;
486
match l.appropriate_rvalue_mode(bcx.ccx()) {
487
ByRef => {
488
let scratch = rvalue_scratch_datum(bcx, l.ty, name);
0 commit comments