]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk
authorbors <bors@rust-lang.org>
Sat, 23 Apr 2022 15:41:45 +0000 (15:41 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Apr 2022 15:41:45 +0000 (15:41 +0000)
commit6b4563bf93f4b103ed22507ed825008b89e4f5d9
tree559c8a679edfc2d118ef1e393c210336ae97be7c
parent1e9aa8a96b207668799365bf891a459b62410b60
parentb8ef1db7a953c5ef65aa2b2440e9cf1fd56b0495
Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk

Unstably constify `impl<I: Iterator> IntoIterator for I`

This constifies the default `IntoIterator` implementation under the `const_intoiterator_identity` feature.

Tracking Issue: #90603