-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Tracking Issue for const Iterator impls and related const fns #92476
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-const_trait_impl`#![feature(const_trait_impl)]``#![feature(const_trait_impl)]`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
Activity
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-const_trait_impl`#![feature(const_trait_impl)]``#![feature(const_trait_impl)]`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.
Feature gate:
#![feature(const_iter)]This is a tracking issue for
constIteratorimpls and relatedconst fns.Note for interested contributors: please note that prior to an accepted
consttrait RFC, there is no need to constify everything related toIterator. Please see #155816 for guidelines.Public API
Steps / History
rustc_do_not_const_check#106541Unresolved Questions