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 0ab5eef commit 6afd1d2Copy full SHA for 6afd1d2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8624d5b186c1fba01f3e3cf38403db5ad93b87ed
+refs/heads/master: 0c04a26b3f8ba70ea686e1a365729835c62c26eb
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
trunk/src/test/run-pass/enum-clike-ffi-as-int.rs
@@ -33,7 +33,7 @@ extern "C" fn foo(_x: uint) -> Foo { B }
33
34
pub fn main() {
35
unsafe {
36
- let f: extern "C" fn(uint) -> u32 = std::cast::transmute(foo);
+ let f: extern "C" fn(uint) -> u32 = ::std::cast::transmute(foo);
37
assert_eq!(f(0xDEADBEEF), B as u32);
38
}
39
0 commit comments