Skip to content

Commit 0f37602

Browse files
committed
---
yaml --- r: 221598 b: refs/heads/master c: a9d7997 h: refs/heads/master v: v3
1 parent 6f3d25f commit 0f37602

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: 4a5fb4bd2a4c9d063bfe4868c90ff005ff3d3a62
2+
refs/heads/master: a9d79978b60a2433620dce2624202f2e120efaf1
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/test/run-pass/intrinsic-move-val.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use std::mem::{self, transmute};
2020
mod rusti {
2121
extern "rust-intrinsic" {
2222
pub fn init<T>() -> T;
23-
pub fn move_val_init<T>(dst: &mut T, src: T);
23+
pub fn move_val_init<T>(dst: *mut T, src: T);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)