Skip to content

Commit

Permalink
Rollup merge of #132368 - compiler-errors:do-not-iterator, r=tgross35
Browse files Browse the repository at this point in the history
Remove `do_not_const_check` from `Iterator` methods

This attribute is not yet used, but keeping them around seems unnecessarily risky. I don't believe we should be constifying the `Iterator` trait until we've fully thought out how const closures are gonna work and have transitively consified all of its (implementation) dependencies.

cc `@rust-lang/project-const-traits`
r? libs
  • Loading branch information
matthiaskrgr authored Oct 31, 2024
2 parents 759e07f + c62f097 commit 271a8c9
Showing 1 changed file with 0 additions and 76 deletions.
Loading

0 comments on commit 271a8c9

Please sign in to comment.