Commit a6361c8
committed
Disable
On lldb 22 (locally lldb 22.1.6) I see
```
v nz_isize
error: Invalid type: Cannot determine size
[...]
v nz_usize
error: Invalid type: Cannot determine size
```
AFAICT this might be an upstream issue, as reported in
<llvm/llvm-project#196812>. Let's disable for
now to not have `./x test` fail for contributors using lldb 22.tests/debuginfo/numeric-types.rs v nz_{i,u}size checks1 parent 06b13d5 commit a6361c8
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | | - | |
235 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments