Created
January 20, 2017 15:30
-
-
Save valarauca/7a9b65fdedab2e74ddcabcc7b9544d8d 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 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