]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #95707 - RalfJung:initialized, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 6 Apr 2022 14:07:27 +0000 (14:07 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 Apr 2022 14:07:27 +0000 (14:07 +0000)
commitb6ab1fae73a14db17a59e81c532a2b8f048ac159
treef71ba4a5cf0fee914a7dae24bcfe392f7f7d39d9
parent201cf3dba302cec9b62e9b988858dcad47a88a4f
parentd214b3875536a4243ccd0919af375fccda6344f3
Auto merge of #95707 - RalfJung:initialized, r=oli-obk

interp/validity: enforce Scalar::Initialized

This is a follow-up to https://github.com/rust-lang/rust/pull/94527, to also account for the new kind of `Scalar` layout inside the validity checker.

r? `@oli-obk`