Skip to content

Instantly share code, notes, and snippets.

@jnicholls
Created January 12, 2017 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnicholls/6cf250762e31809e1451431f1d258619 to your computer and use it in GitHub Desktop.
Save jnicholls/6cf250762e31809e1451431f1d258619 to your computer and use it in GitHub Desktop.
```Compiling syntex v0.35.0
Compiling quasi v0.12.0
Compiling aster v0.18.0
Compiling quasi_codegen v0.12.0
Compiling serde_codegen v0.7.10 (https://github.com/serde-rs/serde?rev=8a09f05644ad286e5a18c714ec1af58ed90d1d8b#8a09f056)
error[E0463]: can't find crate for `syntex`
--> /home/vagrant/.multirust/toolchains/stable/cargo/git/checkouts/serde-1cbd136c2e06ab68/8a09f05644ad286e5a18c714ec1af58ed90d1d8b/serde_codegen/build.rs:3:5
|
3 | extern crate syntex;
| ^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
error: Could not compile `serde_codegen`.
```
[12:43 PM]
```Running `rustc /home/vagrant/.multirust/toolchains/stable/cargo/git/checkouts/serde-1cbd136c2e06ab68/8a09f05644ad286e5a18c714ec1af58ed90d1d8b/serde_codegen/build.rs --crate-name build_script_build --crate-type bin -g --cfg feature=\"syntex\" --cfg feature=\"quasi_codegen\" --cfg feature=\"default\" --cfg feature=\"quasi\" --cfg feature=\"syntex_syntax\" --cfg feature=\"with-syntex\" -C metadata=a38b07ff5df6a237 --out-dir /vagrant/target/debug/build/serde_codegen-a38b07ff5df6a237 --emit=dep-info,link -L dependency=/vagrant/target/debug/deps --extern quasi_codegen=/vagrant/target/debug/deps/libquasi_codegen-f0646023a5589b5d.rlib --cap-lints allow```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment