]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #86840 - usbalbin:const_from, r=oli-obk
authorYuki Okushi <jtitor@2k36.org>
Tue, 10 Aug 2021 19:18:33 +0000 (04:18 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 19:18:33 +0000 (04:18 +0900)
commit3b41447a022be4b3612719c4e55d82da944a3d36
tree4e45991a38184f8c085d7a2fea1e0746477b93fb
parentae90dcf0207c57c3034f00b07048d63f8b2363c8
parentc8bf5ed628c5007bd7c88a2265698d3117cbdc72
Rollup merge of #86840 - usbalbin:const_from, r=oli-obk

Constify implementations of `(Try)From` for int types

I believe this to be one of the (many?) things blocking const (Range) iterators.

~~If this is to be merged maybe that should wait until `#![feature(const_trait_impl)]` no longer needs `#![allow(incomplete_features)]`?~~ - Done