Closed
Description
Using 508d66b, building Servo with the 1/5 Rust nightly yields:
cargo build -v --features debugmozjs
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -W unused-extern-crates --crate-type bin --crate-type dylib --crate-type proc-macro --crate-type rlib --target x86_64-apple-darwin` (exit code: 101)
--- stderr
error: unknown crate type: `proc-macro`
The 12/29 Rust nightly works fine, but it's not clear to me whether rustc or Cargo is causing the problem.
Metadata
Metadata
Assignees
Labels
No labels