Files
Jonathan Brouwer 3dad78a3e4 Rollup merge of #158627 - cuviper:option-iterator-flattening, r=nnethercote
Simplify option-iterator flattening in the compiler

In many cases where we are flattening `option::IntoIter<I>`, we can use
`Option::into_flat_iter()` instead for a simpler implementation. A few
other cases have more direct constructs available.
2026-07-05 08:47:04 +02:00
..
2026-06-24 23:18:10 +01:00