In https://github.com/rust-lang/rust/pull/98109, we fixed some bugs relating to NLL and `for` but apparently regressed a few examples. There are two tests in the test suite: * [`collectivity-regression.rs`](https://github.com/rust-lang/rust/blob/e7ed8fe481fe103383f55a015a19f641450b76a3/src/test/ui/generic-associated-types/collectivity-regression.rs) * [`snocat-regression.rs`](https://github.com/rust-lang/rust/blob/e7ed8fe481fe103383f55a015a19f641450b76a3/src/test/ui/nll/snocat-regression.rs)