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
Auto merge of rust-lang#11225 - matthiaskrgr:fix_integration_tests2, r=flip1995
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
0 commit comments