Skip to content

Commit 0dbd632

Browse files
committed
Fix the 32-bit dump of reflection.
1 parent 0dea085 commit 0dbd632

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

tests/ui/reflection/dump.bit32.run.stdout

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Type {
2020
size: Some(
2121
2,
2222
),
23+
id: TypeId(0x5a16e6fbf8293c4c38740f6ab3f64621),
2324
}
2425
Type {
2526
kind: Array(
@@ -31,6 +32,7 @@ Type {
3132
size: Some(
3233
2,
3334
),
35+
id: TypeId(0x40d501f4327e47fe5c2b2a0f80bd2df1),
3436
}
3537
Type {
3638
kind: Int(
@@ -42,6 +44,7 @@ Type {
4244
size: Some(
4345
1,
4446
),
47+
id: TypeId(0x12427c993eca190c841e0d92c5b7a45d),
4548
}
4649
Type {
4750
kind: Int(
@@ -53,6 +56,7 @@ Type {
5356
size: Some(
5457
4,
5558
),
59+
id: TypeId(0x56ced5e4a15bd89050bb9674fa2df013),
5660
}
5761
Type {
5862
kind: Int(
@@ -64,6 +68,7 @@ Type {
6468
size: Some(
6569
8,
6670
),
71+
id: TypeId(0xae6c4318bb07632e00428affbea41961),
6772
}
6873
Type {
6974
kind: Int(
@@ -75,6 +80,7 @@ Type {
7580
size: Some(
7681
16,
7782
),
83+
id: TypeId(0xc7164498f3902dde0d8194a7b9733e79),
7884
}
7985
Type {
8086
kind: Int(
@@ -86,6 +92,7 @@ Type {
8692
size: Some(
8793
4,
8894
),
95+
id: TypeId(0x1e5f92831c560aac8658b980a22e60b0),
8996
}
9097
Type {
9198
kind: Int(
@@ -97,6 +104,7 @@ Type {
97104
size: Some(
98105
1,
99106
),
107+
id: TypeId(0x0596b48cc04376e64d5c788c2aa46bdb),
100108
}
101109
Type {
102110
kind: Int(
@@ -108,6 +116,7 @@ Type {
108116
size: Some(
109117
4,
110118
),
119+
id: TypeId(0x1378bb1c0a0202683eb65e7c11f2e4d7),
111120
}
112121
Type {
113122
kind: Int(
@@ -119,6 +128,7 @@ Type {
119128
size: Some(
120129
8,
121130
),
131+
id: TypeId(0x9ed91be891e304132cb86891e578f4a5),
122132
}
123133
Type {
124134
kind: Int(
@@ -130,6 +140,7 @@ Type {
130140
size: Some(
131141
16,
132142
),
143+
id: TypeId(0x7bf7411d57d603e9fb393892a9c3f362),
133144
}
134145
Type {
135146
kind: Int(
@@ -141,29 +152,33 @@ Type {
141152
size: Some(
142153
4,
143154
),
155+
id: TypeId(0x763d199bccd319899208909ed1a860c6),
144156
}
145157
Type {
146158
kind: Other,
147159
size: Some(
148160
4,
149161
),
162+
id: TypeId(0xad7d83331bd9d1c4c069ab6f20512619),
150163
}
151164
Type {
152165
kind: Other,
153166
size: Some(
154167
12,
155168
),
169+
id: TypeId(0xdea54d223f006bd38cc819e111593faf),
156170
}
157171
Type {
158172
kind: Reference(
159173
Reference {
160-
pointee: TypeId(0xda1b6da9bd297bb2900de9303aadea79),
174+
pointee: TypeId(0xf309ab505b839a2649ce3468b9e6c624),
161175
mutable: false,
162176
},
163177
),
164178
size: Some(
165179
8,
166180
),
181+
id: TypeId(0x554a9c8fbaeb2e817a9907ca7fe7dccf),
167182
}
168183
Type {
169184
kind: Reference(
@@ -175,6 +190,7 @@ Type {
175190
size: Some(
176191
8,
177192
),
193+
id: TypeId(0xb98b1b7157a6417863eb502cd6cb5d6d),
178194
}
179195
Type {
180196
kind: Reference(
@@ -186,12 +202,14 @@ Type {
186202
size: Some(
187203
8,
188204
),
205+
id: TypeId(0x03f6aa200663725e076283e0711c66aa),
189206
}
190207
Type {
191208
kind: Str(
192209
Str,
193210
),
194211
size: None,
212+
id: TypeId(0x474ccf3b5db264ef53916706f7d7bb2c),
195213
}
196214
Type {
197215
kind: Slice(
@@ -200,6 +218,7 @@ Type {
200218
},
201219
),
202220
size: None,
221+
id: TypeId(0x641e3def269c37acc6dcb92bf8c5f196),
203222
}
204223
Type {
205224
kind: Reference(
@@ -211,6 +230,7 @@ Type {
211230
size: Some(
212231
4,
213232
),
233+
id: TypeId(0x8a8d25435c9aa1ed611bd54eddb095c4),
214234
}
215235
Type {
216236
kind: Reference(
@@ -222,4 +242,5 @@ Type {
222242
size: Some(
223243
4,
224244
),
245+
id: TypeId(0x57bb24072c78596db60e68f83b5de67b),
225246
}

0 commit comments

Comments
 (0)