rust/compiler/stable_mir/src
bors 1500db7314 Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU
finish `RegionKind` renaming

second step of https://github.com/rust-lang/types-team/issues/95

continues the work from #117876. While working on this and I encountered a bunch of further cleanup which I'll either open a tracking issue for or will do in a separate PR:
- rewrite the `RegionKind` docs, they still talk about `ReEmpty` and are generally out of date
- rename `DescriptionCtx` to `DescriptionCtxt`
- what is `CheckRegions::Bound`?
- `collect_late_bound_regions` et al
- `erase_late_bound_regions` -> `instantiate_bound_regions_with_erased`?
- `EraseEarlyRegions` visitor should be removed, feels duplicate

r? `@BoxyUwU`
2023-11-15 12:55:42 +00:00
..
mir Make UserTypeProjection projections Opaque 2023-11-14 19:19:35 -07:00
error.rs Add stable Instance::body() and RustcInternal trait 2023-10-19 17:12:26 -07:00
lib.rs Add a stable MIR visitor 2023-10-30 13:11:14 -07:00
mir.rs Add a stable MIR visitor 2023-10-30 13:11:14 -07:00
ty.rs Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU 2023-11-15 12:55:42 +00:00
visitor.rs add CoroutineWitness to covered types 2023-11-10 17:02:08 +03:00