Created
April 29, 2018 22:18
-
-
Save vadixidav/731c312acb6b5b53d331bd9d8cb801f1 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
$ cargo run --release --example langtons_ant | |
Compiling gridsim-ui v0.1.2 (file:///C:/Users/vadix/code/gridsim-ui) | |
error: expected `{`, found `}` | |
--> examples\langtons_ant.rs:33:5 | |
| | |
33 | } | |
| ^ | |
error: aborting due to previous error | |
error: Could not compile `gridsim-ui`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment