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
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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