Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 58967d4

Browse files
committed
Merge pull request #20 from bltavares/15694
15694
2 parents 2a73d13 + 952b914 commit 58967d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/15694.rs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
use std::mem;
2+
fn main() {
3+
let _: unsafe extern "rust-intrinsic" fn(isize) -> usize = mem::transmute;
4+
}

0 commit comments

Comments
 (0)