Closed
Description
The core
crate currently imports the v1 prelude
Lines 285 to 287 in b3df0d7
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?