Created
May 12, 2016 23:21
-
-
Save timothycrosley/41cde47aa46a922d9a52397e4cb0603d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let x = the_world_is_not_safe(); | |
} | |
unsafe fn the_world_is_not_safe() -> String { | |
String::from("Hello, world!") | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will compile if you do: