Application does not compile on 1.46.0 or later #77737
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello! I have a project written in Rust, and ever since the 1.46.0 release, I have not been able to compile it on stable. I havent been able to figure out why and what is causing this issue. NOTE that this is happening on nightly as well. Here's a PR that tries to run the tests on
1.46.0
egilsster/wodbook-api#236I expected to see this happen: it should compile successfully
Instead, this happened: it gets stuck on the final build step
Minimal repro https://github.com/egilsster/rust-issue-77737 – See Actions tab, it runs the build on a few versions
Meta
COMPILES
Current last build which runs
1.45.2
https://github.com/egilsster/wodbook-api/runs/1224491639DOES NOT COMPILE
rustc --version --verbose
:Backtrace
With
RUSTFLAGS='-Z time-passes'
on nightlyBacktrace
The text was updated successfully, but these errors were encountered: