Skip to content

Instantly share code, notes, and snippets.

@dbp
Created October 7, 2012 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dbp/3849744 to your computer and use it in GitHub Desktop.
Save dbp/3849744 to your computer and use it in GitHub Desktop.
instantiating copy type warning
fn main() {
let x = (~"a",~"b");
io::println(x.second());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment