-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
1.98 beta regression due to name collision with unroll #159429
Copy link
Copy link
Closed
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.I-lang-radarItems that are on lang's radar and will need eventual work or consideration.Items that are on lang's radar and will need eventual work or consideration.P-highHigh priorityHigh 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.T-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
Metadata
Metadata
Assignees
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.I-lang-radarItems that are on lang's radar and will need eventual work or consideration.Items that are on lang's radar and will need eventual work or consideration.P-highHigh priorityHigh 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.T-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
View all comments
This regression was found by the 1.98 beta crater run.
Affects dependents of old versions of
vers-vecs:vers-vecs-1.9.0) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/alvgeppetto.loom/log.txtvers-vecs-1.7.0) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/feldroop.rust-fmindex-benchmark/log.txtvers-vecs-1.7.0) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/reg/grafite-0.2.0/log.txtvers-vecs-1.6.3) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/faassen.colchis/log.txtvers-vecs-1.6.0) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/sriram98v.Generalized-PD/log.txtvers-vecs-1.5.1) https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/sriram98v.near-linear-cophenetic-distance/log.txtPresumably regressed by #156816, which added an
#[unroll]attribute. cc @saethlin, @JonathanBrouwer, @folkertdevSee also #159428, which is a similar regression.