Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #101784 - reitermarkus:const-memchr, r=thomcc
Simplify `const` `memchr`.
Extracted from https://github.com/rust-lang/rust/pull/101607.
Removes the need for `const_eval_select`.