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: encountered undefined pointer
65
+
| |__^ type validation failed: encountered uninitialized reference
66
66
|
67
67
= 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.
| |__^ type validation failed: encountered undefined pointer
133
+
| |__^ type validation failed: encountered uninitialized raw pointer
134
134
|
135
135
= 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.
Copy file name to clipboardexpand all lines: src/test/ui/consts/const-eval/union-ice.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ LL | | unsafe { UNION.field3 },
27
27
... |
28
28
LL | | a: 42,
29
29
LL | | };
30
-
| |__^ type validation failed: encountered undefined bytes at .b[1]
30
+
| |__^ type validation failed: encountered uninitialized value at .b[1]
31
31
|
32
32
= 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.
0 commit comments