-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
regression in compilation times on 1.31.0-nightly (4bd4e4130 2018-10-25) #55390
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcE-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleI-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.P-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcE-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleI-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.P-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 buildI get the following error:type_length_limitattribute, 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?