]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors
authorfee1-dead <ent3rm4n@gmail.com>
Wed, 28 Dec 2022 07:51:38 +0000 (15:51 +0800)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 07:51:38 +0000 (15:51 +0800)
commitd1193ad1e6f05271b442a96d6ea7de18b66163a0
treeb5c6c665dd4391657e500fd92efeb312d60f780a
parentdc98aa681fde7976cf3644429b6ab83548a515ed
parentb473bc9d30d460d37906371c513933a0d2cd8d97
Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors

Remove `iter::Empty` hack

`iter::Empty` uses a newtype to work around `#![feature(const_fn_fn_ptr_basics)]`, which has been stable since 1.61.0.