Skip to content

Instantly share code, notes, and snippets.

@valarauca
Created January 20, 2017 15:30
Show Gist options
  • Select an option

  • Save valarauca/7a9b65fdedab2e74ddcabcc7b9544d8d to your computer and use it in GitHub Desktop.

Select an option

Save valarauca/7a9b65fdedab2e74ddcabcc7b9544d8d to your computer and use it in GitHub Desktop.
fn movement_example_1() {
let x = Type::default();
let y = x;
assert_eq!(y,x); //COMPILER ERROR!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment