Skip to content

Instantly share code, notes, and snippets.

@Diggsey
Created May 5, 2015 23:34
Show Gist options
  • Save Diggsey/19276f59c07a26d4f813 to your computer and use it in GitHub Desktop.
Save Diggsey/19276f59c07a26d4f813 to your computer and use it in GitHub Desktop.
[package]
name = "test"
version = "0.0.1"
authors = [ "[email protected]" ]
[lib]
name = "test"
crate-type = ["staticlib"]
$ 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