mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 19:32:02 +00:00
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
error: abi: ScalarPair(Initialized { value: Int(I?, false), valid_range: $VALID_RANGE }, Initialized { value: Pointer(AddressSpace(0)), valid_range: $VALID_RANGE })
|
|
--> $DIR/enum-scalar-pair-int-ptr.rs:12:1
|
|
|
|
|
LL | enum ScalarPairPointerWithInt {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: abi: Memory { sized: true }
|
|
--> $DIR/enum-scalar-pair-int-ptr.rs:21:1
|
|
|
|
|
LL | enum NotScalarPairPointerWithSmallerInt {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|