]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge