2024-07-16 19:07:36 -07:00
error: the constant `W` is not of type `usize`
--> $DIR/transmute-fail.rs:12:42
|
LL | fn bar<const W: bool, const H: usize>(v: [[u32; H]; W]) -> [[u32; W]; H] {
| ^^^^^^^^^^^^^ expected `usize`, found `bool`
2022-12-29 09:45:19 +00:00
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:7:9
2022-12-29 09:45:19 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2022-12-29 09:45:19 +00:00
|
2024-08-19 01:14:09 +01:00
= note: source type: `[[u32; H + 1]; W]` (size can vary because of [u32; H + 1])
= note: target type: `[[u32; W + 1]; H]` (size can vary because of [u32; W + 1])
2022-12-29 09:45:19 +00:00
2024-07-16 19:07:36 -07:00
error: the constant `W` is not of type `usize`
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:17:9
2022-12-29 09:45:19 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^ expected `usize`, found `bool`
2022-12-29 09:45:19 +00:00
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:24:9
2022-12-29 09:45:19 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2022-12-29 09:45:19 +00:00
|
2024-03-21 10:26:45 +00:00
= note: source type: `[[u32; H]; W]` (size can vary because of [u32; H])
= note: target type: `[u32; W * H * H]` (this type does not have a fixed size)
2022-12-29 09:45:19 +00:00
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:31:9
2022-12-29 09:45:19 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2022-12-29 09:45:19 +00:00
|
2023-06-19 19:57:44 +00:00
= note: source type: `[[[u32; 8888888]; 9999999]; 777777777]` (values of the type `[[u32; 8888888]; 9999999]` are too big for the current architecture)
= note: target type: `[[[u32; 9999999]; 777777777]; 8888888]` (values of the type `[[u32; 9999999]; 777777777]` are too big for the current architecture)
2022-12-29 09:45:19 +00:00
2024-03-21 10:26:45 +00:00
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:38:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[[u32; H]; W]` (size can vary because of [u32; H])
= note: target type: `[[u32; W]; H]` (size can vary because of [u32; W])
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:49:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[[u32; H]; W]` (size can vary because of [u32; H])
= note: target type: `[u32; W * H]` (this type does not have a fixed size)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:56:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
= note: source type: `[u32; H * W]` (this type does not have a fixed size)
2024-03-21 10:26:45 +00:00
= note: target type: `[[u32; W]; H]` (size can vary because of [u32; W])
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:65:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[[[u32; D]; H]; W]` (size can vary because of [u32; D])
= note: target type: `[u32; D * W * H]` (this type does not have a fixed size)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:74:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[[[u32; D]; H]; W]` (size can vary because of [u32; D])
= note: target type: `[[u32; D * W]; H]` (size can vary because of [u32; D * W])
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:81:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[u16; L]` (this type does not have a fixed size)
= note: target type: `[u8; L * 2]` (this type does not have a fixed size)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:88:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[u8; L * 2]` (this type does not have a fixed size)
= note: target type: `[u16; L]` (this type does not have a fixed size)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:95:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[u8; L]` (this type does not have a fixed size)
= note: target type: `[[u8; 1]; L]` (this type does not have a fixed size)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2024-08-19 01:14:09 +01:00
--> $DIR/transmute-fail.rs:104:9
2024-03-21 10:26:45 +00:00
|
2024-08-19 01:14:09 +01:00
LL | std::mem::transmute(v)
| ^^^^^^^^^^^^^^^^^^^
2024-03-21 10:26:45 +00:00
|
= note: source type: `[[u32; 2 * H]; W + W]` (size can vary because of [u32; 2 * H])
= note: target type: `[[u32; W + W]; 2 * H]` (size can vary because of [u32; W + W])
2024-08-19 01:14:09 +01:00
error[E0308]: mismatched types
--> $DIR/transmute-fail.rs:12:53
|
LL | fn bar<const W: bool, const H: usize>(v: [[u32; H]; W]) -> [[u32; W]; H] {
| ^ expected `usize`, found `bool`
error[E0308]: mismatched types
--> $DIR/transmute-fail.rs:12:67
|
LL | fn bar<const W: bool, const H: usize>(v: [[u32; H]; W]) -> [[u32; W]; H] {
| ^ expected `usize`, found `bool`
error: aborting due to 16 previous errors
2022-12-29 09:45:19 +00:00
2024-08-19 01:14:09 +01:00
Some errors have detailed explanations: E0308, E0512.
For more information about an error, try `rustc --explain E0308`.