Skip to content

Commit e08878e

Browse files
committed
---
yaml --- r: 163207 b: refs/heads/snap-stage3 c: 061a87e h: refs/heads/master i: 163205: 9ed7b4c 163203: 485cf67 163199: 0f3924e v: v3
1 parent 63e93da commit e08878e

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,7 +1,7 @@
11
---
22
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 31e46ac0a95d58fa95dcd154a0f8a56089e2f5b9
4+
refs/heads/snap-stage3: 061a87e5194cde49b5501323ff5ca7ca5a172441
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)