Files
rust/tests
Jonathan Brouwer e01abd7409 Rollup merge of #152339 - JonatanLindh:fix-issue-152331, r=Urgau
diagnostics: fix ICE in closure signature mismatch

Fixes rust-lang/rust#152331

Fixes an ICE where `AdjustSignatureBorrow` caused a panic because it attempted to set the `len` argument which was already defined by the parent diagnostic.

Both variants used `len` as  argument name, but can both be present in a diagnostic. They now use different names for the argument.
2026-02-08 19:15:27 +01:00
..
2026-01-19 21:50:29 +01:00
2026-01-30 19:15:24 -05:00
2026-02-08 11:06:42 +01:00