Files
rust/tests
bors b57d93d8b9 Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,RalfJung
Bounds-check with PtrMetadata instead of Len in MIR

Rather than emitting `Len(*_n)` in array index bounds checks, emit `PtrMetadata(copy _n)` instead -- with some asterisks for arrays and `&mut` that need it to be done slightly differently.

We're getting pretty close to removing `Len` entirely, actually.  I think just one more PR after this (for slice drop shims).

r? mir
2024-12-14 22:43:39 +00:00
..
2024-12-06 16:42:09 -05:00
2024-12-13 00:04:56 +00:00
2024-12-14 17:07:20 +08:00
2024-12-04 23:03:44 +01:00
2024-12-13 00:04:56 +00:00
2024-12-05 22:50:21 +01:00