-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
regression: crate compiles much slower with 1.82 #132064
Copy link
Copy link
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-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.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-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.
Our project takes much longer to compile with Rust 1.82 compared to previous versions. To reproduce, git clone
https://github.com/LemmyNet/lemmy.gitand runcargo check(also happens with build or lint). The problem happens specifically with the crate lemmy_db_views.cargo check with 1.82: 6m 19s
cargo check with 1.81: 1m 22s
Version it worked on
It most recently worked on:1.81
Version with regression
rustc --version --verbose:@rustbot modify labels: +regression-from-stable-to-1.82 -regression-untriaged