You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#96322 - matthiaskrgr:rollup-9xejxrf, r=matthiaskrgr
Rollup of 3 pull requests
Successful merges:
- rust-lang#96272 (Update `validate_uninhabited_zsts.rs` test after MIR building changes)
- rust-lang#96273 (Make `E0117` error clear)
- rust-lang#96315 (Make the lifetime accurate which is used in the region constraints part)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed at [0].0: encountered a value of uninhabited type empty::Void
| ^^^^^^^^^^^^^^^^^^^^^^^ transmuting to uninhabited type
19
+
= note: The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
20
+
= note: the raw bytes of the constant (size: 0, align: 1) {}
18
21
19
22
warning: the type `!` does not permit zero-initialization
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed at [0].0: encountered a value of uninhabited type empty::Void
| ^^^^^^^^^^^^^^^^^^^^^^^ transmuting to uninhabited type
19
+
= note: The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
20
+
= note: the raw bytes of the constant (size: 0, align: 1) {}
18
21
19
22
warning: the type `!` does not permit zero-initialization
0 commit comments