]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #67055 - lqd:const_qualif, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 5 Dec 2019 18:03:21 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 18:03:21 +0000 (19:03 +0100)
commita008aff0758268c03496d25686cf74e270cef8ba
tree2527eb2cfba3e52b99aa55f4f199e2a64ccfc67b
parent0e18ca14479df69fd02b68945c3155c50c3effa4
parent2d83b7608070d6ad250e8cd6d9d5a7d4be628dc4
Rollup merge of #67055 - lqd:const_qualif, r=oli-obk

Make const-qualification look at more `const fn`s

As explained in a lot more detail in #67053 this makes const-qualification not ignore the unstable const fns in libcore.

r? @oli-obk cc @ecstatic-morse

(Still a bit unsure about the `cfg`s here, for bootstrapping, does that seem correct ?)

Fixes #67053.