]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98059 - tmiasko:inline-const-eval-select, r=Amanieu
authorYuki Okushi <jtitor@2k36.org>
Wed, 15 Jun 2022 22:24:41 +0000 (07:24 +0900)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 22:24:41 +0000 (07:24 +0900)
commitb91c4d5b45484ad3c121e2f738a31195f49374aa
tree730c0d822ef88dd5e0710f3e26a479aa2c7cb9a1
parent4ee78a686facf95eb640fc00d5b92d4e9281e81c
parent8a8404bc2b62299f085cd22bc1e0863eca3065fe
Rollup merge of #98059 - tmiasko:inline-const-eval-select, r=Amanieu

Inline `const_eval_select`

To avoid circular link time dependency between core and compiler
builtins when building with `-Zshare-generics`.

r? ```@Amanieu```