mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
5b686bcbf6
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.