mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
1625435fa4
Constify remaining `Layout` methods Makes the methods on `Layout` that aren't yet unstably const, under the same feature and issue, #67521. Most of them required no changes, only non-trivial change is probably constifying `ValidAlignment` which may affect #102072