You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#125107 - ChrisDenton:core-prelude, r=<try>
[DO NOT MERGE] Expand core's prelude with more types
This adds some more types to the core prelude, to explore the [proposed prelude policy](rust-lang/std-dev-guide#66).
Without any further context, types in the standard library are strongly associated with the standard library so they are good candidates for the prelude, assuming their name doesn't require a module to make sense of. As a bonus this avoids some of the repetition required for `cell::Cell`, `pin::Pin`, `atomic::Atomic*`, etc.
Currently this includes some nightly types. These should be removed before this is merged.
0 commit comments