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
With cargo 0.18.0-nightly (8a15098 2017-02-27), building Servo concludes with the following error:
error: failed to run custom build command for `webrender_traits v0.20.0 (https://github.com/servo/webrender#fc720d07)`
process didn't exit successfully: `/Users/nox/src/servo-2/target/release/build/webrender_traits-1eea1881688067a6/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'serde_codegen and serde_derive are both used. You probably forgot --no-default-features.', /Users/nox/.cargo/git/checkouts/webrender-c3596abe1cf4f320/fc720d0/webrender_traits/build.rs:31
note: Run with `RUST_BACKTRACE=1` for a backtrace.
We still have the same setup for webrender and webrender_traits as in #3164.
The text was updated successfully, but these errors were encountered:
With cargo 0.18.0-nightly (8a15098 2017-02-27), building Servo concludes with the following error:
We still have the same setup for
webrender
andwebrender_traits
as in #3164.The text was updated successfully, but these errors were encountered: