-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Should core import the 2021 prelude? #122912
Copy link
Copy link
Closed
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The
corecrate currently imports the v1 preluderust/library/core/src/lib.rs
Lines 285 to 287 in b3df0d7
This recently caused an issue when updating the
portable-simdsubtree since it was using a trait that was added to the 2021 prelude: #122905 (comment)Given that
coreis currently being built as 2021, should it import the 2021 prelude?cc @workingjubilee @calebzulawski