Skip to content

Commit 88fb54f

Browse files
committed
---
yaml --- r: 162025 b: refs/heads/master c: 061a87e h: refs/heads/master i: 162023: 99bbdc5 v: v3
1 parent 848ae98 commit 88fb54f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 31e46ac0a95d58fa95dcd154a0f8a56089e2f5b9
2+
refs/heads/master: 061a87e5194cde49b5501323ff5ca7ca5a172441
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cafe2966770ff377aad6dd9fd808e68055587c58
55
refs/heads/try: 0f0d21c1eb5c7be04d323e0b06faf252ad790af6

trunk/src/librustc_trans/trans/datum.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,10 @@ impl<'tcx, K: KindOps + fmt::Show> Datum<'tcx, K> {
535535
/// Copies the value into a new location. This function always preserves the existing datum as
536536
/// a valid value. Therefore, it does not consume `self` and, also, cannot be applied to affine
537537
/// values (since they must never be duplicated).
538-
pub fn shallow_copy<'blk, 'tcx>(&self,
539-
bcx: Block<'blk, 'tcx>,
540-
dst: ValueRef)
541-
-> Block<'blk, 'tcx> {
538+
pub fn shallow_copy<'blk>(&self,
539+
bcx: Block<'blk, 'tcx>,
540+
dst: ValueRef)
541+
-> Block<'blk, 'tcx> {
542542
/*!
543543
* Copies the value into a new location. This function always
544544
* preserves the existing datum as a valid value. Therefore,

0 commit comments

Comments
 (0)