rustc 1.72.0 hangs on release build of the simple
example in rfd
crate
#115207
Labels
C-bug
Category: This is a bug.
I-compiletime
Issue: Problems and improvements with respect to compile times.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
Milestone
I tried this code:
https://github.com/PolyMeilex/rfd/tree/0.11.4
with
seems like it would basically hang on the following code
with
RUSTC_LOG=TRACE
hangs hereI expected to see this happen: rustc 1.71.1 finishes same command above within 10 seconds
Instead, this happened: rustc 1.72.0 stuck at compiling
rfd
for more than 5 minutesNote that only
--release
build hangs,dev
profile build works fineMeta
rustc --version --verbose
:Backtrace
No backtrace as it just hangs. Rustc trace level log provided though.
https://github.com/rust-lang/rust/files/12438619/rustc-trace.zip
The text was updated successfully, but these errors were encountered: