regression in compilation times on 1.31.0-nightly (4bd4e4130 2018-10-25) #55390
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-compiletime
Issue: Problems and improvements with respect to compile times.
P-medium
Medium priority
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 some code that's heavily relying on futures and impl trait for which I have different compilation behaviours on stable (1.30) and nightly (I'm running rust on OSX, but a colleague reproduced it on Linux as well):
1.30 stable:
1.31.0-nightly (4bd4e41 2018-10-25):
cargo +nightly build
I get the following error:type_length_limit
attribute, it compiles in 30sRUSTFLAGS="-Z time-passes" rustup run nightly cargo build
:Unfortunately, this is coming from internal code that I won't be able to share, and I'm not sure I would be able to provide a minimal reproducible case, but I could bisect nightlies since the last release. Any suggestion of which commit I should start at to speed up the process?
The text was updated successfully, but these errors were encountered: