Files
rust/tests
bors 5b686bcbf6 Auto merge of #156888 - jieyouxu:jieyouxu/hack/disable-numeric-types-iusize, r=saethlin
Disable `tests/debuginfo/numeric-types.rs` `v nz_{i,u}size` checks

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 <https://github.com/llvm/llvm-project/issues/196812>. Let's disable for now to not have `./x test` fail for contributors using lldb 22. Tracked in rust-lang/rust#156886.
2026-05-24 22:49:07 +00:00
..