rust/compiler/rustc_middle
Matthias Krüger e78522fd00
Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr
Don't ICE when encountering bound regions in generator interior type

I'm pretty sure this meant to say "`has_free_regions`", probably just a typo in 4a4fc3bb5b. We can have bound regions (because we only convert non-bound regions into existential regions in generator interiors), but we can't have (non-ReErased) free regions.

r? lcnr
2024-03-21 12:05:05 +01:00
..
src Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr 2024-03-21 12:05:05 +01:00
Cargo.toml remove unused derive_more dep 2024-03-08 12:34:14 +03:00
messages.ftl Add a custom panic message for resuming gen blocks after they panicked 2023-10-30 10:23:57 +00:00
README.md

For more information about how rustc works, see the rustc dev guide.