You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jdm
changed the title
Servo can't use 1/5 Rust nightly with Cargo
Servo can't use 1/5 Rust nightly with Cargo (unknown crate type: proc-macro)
Jan 5, 2017
Using 508d66b, building Servo with the 1/5 Rust nightly yields:
The 12/29 Rust nightly works fine, but it's not clear to me whether rustc or Cargo is causing the problem.
The text was updated successfully, but these errors were encountered: