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
error[E0635]: unknown feature `proc_macro_span_shrink`
--> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/src/lib.rs:92:30
|
92 | feature(proc_macro_span, proc_macro_span_shrink)
| ^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0635`
This can be solved by a cargo update
The text was updated successfully, but these errors were encountered:
Fix integration tests #2
fix integration tests.
It turned out that the following tests fail to build at all:
chalk, combine, stdarch and hyper.
This is often a problem of passing `--all-targets --all-features`, in case of combine though, outdated deps were to blame.
I have opened tickets against combine and rustfmt
rust-lang/rustfmt#5859Marwes/combine#357
should we just remove the other failing repos? :/
changelog: fix integration tests on ci
cargo check --all-targets
This can be solved by a
cargo update
The text was updated successfully, but these errors were encountered: