Skip to content

Commit 6afd1d2

Browse files
committed
---
yaml --- r: 90044 b: refs/heads/master c: 0c04a26 h: refs/heads/master v: v3
1 parent 0ab5eef commit 6afd1d2

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: 8624d5b186c1fba01f3e3cf38403db5ad93b87ed
2+
refs/heads/master: 0c04a26b3f8ba70ea686e1a365729835c62c26eb
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8

trunk/src/test/run-pass/enum-clike-ffi-as-int.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" fn foo(_x: uint) -> Foo { B }
3333

3434
pub fn main() {
3535
unsafe {
36-
let f: extern "C" fn(uint) -> u32 = std::cast::transmute(foo);
36+
let f: extern "C" fn(uint) -> u32 = ::std::cast::transmute(foo);
3737
assert_eq!(f(0xDEADBEEF), B as u32);
3838
}
3939
}

0 commit comments

Comments
 (0)