Skip to content

Instantly share code, notes, and snippets.

@susu
Created May 14, 2014 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susu/e4d3f99152322ad892d7 to your computer and use it in GitHub Desktop.
Save susu/e4d3f99152322ad892d7 to your computer and use it in GitHub Desktop.
fn bar(y: ~int) {}
fn foo() {
let x = box 75;
if ...
{
bar(x);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment