Nikita Popov
Nikita Popov
@bors try
@bors try
Without looking into the specifics of what causes the linking failure on macos, I think there is a more general question here... @Mark-Simulacrum LLVM 15 has an optional dependency on...
@bors try After https://github.com/rust-lang/rust/pull/95026 we still have quite a few instances where old toolchains are used: ``` src/ci/docker/host-x86_64/arm-android/Dockerfile | 3 ++- src/ci/docker/host-x86_64/dist-android/Dockerfile | 3 ++- src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile | 3 ++- src/ci/docker/host-x86_64/dist-mips-linux/Dockerfile...
@bors try
@tmandry Thanks, the Fuchsia build works fine now. The dist-various-2 failure has now shifted to: ``` Building stage2 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnux32) [RUSTC-TIMING] cc test:false 0.388 Compiling core v0.0.0...
I believe this is ready for review now. We just started the 1.65 release cycle, so this is a good time to land. r? @cuviper cc @nagisa
It looks like we need the commit https://github.com/nikic/llvm-project/commit/1a6069a7bb35ace1e40d566035cbf7ed2fa3b1f7 after all. I thoght that was only needed for GCC 5.2, but apparently the GCC 6.3 mingw build also needs it...
As an additional consideration, it should be added that the php-parser is much slower than token_get_all. I don't know how much slower off the top of my head, but at...
@nunoplopes Yeah, I'm also not sure what the intended semantics here are. We probably need a LangRef update to clarify. I think the practical constraints here are that we want...