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
| ^^^^^^^^^^^^^^ constructing invalid value at .<deref>: encountered 0x0a, but expected a boolean
6
6
|
7
7
= 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.
8
8
= note: the raw bytes of the constant (size: $SIZE, align: $ALIGN) {
| ^^^^^^^^^^^^ constructing invalid value: encountered reference to `extern` static in `const`
23
+
|
24
+
= 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.
25
+
= note: the raw bytes of the constant (size: $SIZE, align: $ALIGN) {
| ^^^^^^^^^^^^^ constructing invalid value: encountered reference to mutable memory in `const`
40
+
|
41
+
= 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.
42
+
= note: the raw bytes of the constant (size: $SIZE, align: $ALIGN) {
0 commit comments