Created
May 5, 2015 23:34
-
-
Save Diggsey/19276f59c07a26d4f813 to your computer and use it in GitHub Desktop.
This file contains 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
[package] | |
name = "test" | |
version = "0.0.1" | |
authors = [ "[email protected]" ] | |
[lib] | |
name = "test" | |
crate-type = ["staticlib"] |
This file contains 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
$ mkdir -p ./broken/link | |
$ mkdir test | |
$ ln -rs broken/link test/link | |
$ rmdir broken/link | |
$ cargo build | |
An unknown error occurred | |
To learn more, run the command again with --verbose. | |
$ cargo build -v | |
The system cannot find the path specified. | |
(os error 3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment