[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.
This commit is contained in:
parent
6d030a51dd
commit
03b93d008d
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ enum NicheLayoutWithFields1<'a> {
|
|||
}
|
||||
|
||||
enum NicheLayoutWithFields2 {
|
||||
A(NonZeroU32, usize),
|
||||
B(usize),
|
||||
A(NonZeroU32, u64),
|
||||
B(u64),
|
||||
}
|
||||
|
||||
enum NicheLayoutWithFields3 {
|
||||
|
|
Loading…
Add table
Reference in a new issue