mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
Ignore test on 32-bit architectures
This commit is contained in:
parent
a7b7a435ea
commit
2be1993233
@ -1,3 +1,6 @@
|
|||||||
|
// ignore-32bit
|
||||||
|
// This test gives a different error on 32-bit architectures.
|
||||||
|
|
||||||
union Transmute<T: Copy, U: Copy> {
|
union Transmute<T: Copy, U: Copy> {
|
||||||
t: T,
|
t: T,
|
||||||
u: U,
|
u: U,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
error[E0080]: it is undefined behavior to use this value
|
error[E0080]: it is undefined behavior to use this value
|
||||||
--> $DIR/issue-79690.rs:26:1
|
--> $DIR/issue-79690.rs:29:1
|
||||||
|
|
|
|
||||||
LL | const G: Fat = unsafe { Transmute { t: FOO }.u };
|
LL | const G: Fat = unsafe { Transmute { t: FOO }.u };
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed: encountered read of part of a pointer at .1.<deref>.size.foo
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed: encountered read of part of a pointer at .1.<deref>.size.foo
|
||||||
|
Loading…
Reference in New Issue
Block a user