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
I'm guessing that this is the problem: your local Rust is either too new or too old to compile stage0 of the bootstrap. Is there a particular reason you are using this? (Can you test without it?)
Ignore `match_like_matches_macro` when there is comment
Closesrust-lang#9164
changelog: [`match_like_matches_macro`] is ignored when there is some comment inside the match block.
Also add `span_contains_comment` util to check if given span contains comments.
on ubuntu 12.04 / linux amd64
configuration :
./configure --disable-optimize --enable-debug --enable-ccache --prefix=/usr/cn/rust/debug-build/install --enable-local-rust --enable-valgrind --disable-docs --disable-optimize-cxx --disable-optimize-llvm --disable-optimize-tests
build fails half way through at:
The text was updated successfully, but these errors were encountered: