2020-07-14 10:28:11 -05:00
|
|
|
error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
|
|
|
|
--> $DIR/issue-73112.rs:9:5
|
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | struct SomeStruct {
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2020-07-14 10:28:11 -05:00
|
|
|
|
|
|
|
|
note: `PageTable` has a `#[repr(align)]` attribute
|
|
|
|
--> $DIR/auxiliary/issue-73112.rs:8:1
|
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | pub struct PageTable {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2020-07-14 10:28:11 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0588`.
|