-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking issues for unstable language features used by std #94970
Copy link
Copy link
Open
Labels
T-langRelevant to the language teamRelevant to the language teamT-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.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Metadata
Metadata
Assignees
Labels
T-langRelevant to the language teamRelevant to the language teamT-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.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Type
Fields
Give feedbackNo fields configured for issues without a type.
stduses a lot of unstable language features. Whilecorewill most likely always have to use language features because it defines things that are part of the core of the language, we can strive forstdto eventually be free of unstable language features.Some of these we'll need to stabilize, but some others we might be able to simply remove with some small changes to the code.
(See also #94971 for the library features used by
std.)These are the language features we currently use in
std: (This does not includecoreoralloc.)concat_identsmacro_metavar_expr_concatc_unwind#116088PhantomDataeverywhere.