-
Couldn't load subscription status.
- Fork 13.9k
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.
Description
The core crate currently imports the v1 prelude
Lines 285 to 287 in b3df0d7
| #[prelude_import] | |
| #[allow(unused)] | |
| use prelude::v1::*; |
This recently caused an issue when updating the portable-simd subtree since it was using a trait that was added to the 2021 prelude: #122905 (comment)
Given that core is currently being built as 2021, should it import the 2021 prelude?
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.