rust/compiler/rustc_middle/src/middle
Guillaume Gomez c37ee1a7e0
Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov
Clean up HIR-based lifetime resolution

Based on https://github.com/rust-lang/rust/pull/97313.

Fixes #98932.

r? `@petrochenkov`
2022-07-27 17:55:07 +02:00
..
codegen_fn_attrs.rs codegen: use new {re,de,}allocator annotations in llvm 2022-07-26 09:43:28 -04:00
dependency_format.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
exported_symbols.rs Synthesis object file for #[used] and exported symbols 2022-04-18 20:50:56 +01:00
lang_items.rs don't take TyCtxt by reference 2020-09-18 20:49:25 +02:00
limits.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
mod.rs passes: check implied feature exists 2022-07-20 15:50:59 +01:00
privacy.rs Remove NodeIdHashingMode. 2022-04-12 19:59:32 +02:00
region.rs Replace &Vec<_>s with &[_]s 2022-06-03 20:42:42 +04:00
resolve_lifetime.rs Stop creating anonymous late lifetimes. 2022-07-26 19:00:31 +02:00
stability.rs avoid embedding StabilityLevel::Unstable reason string into metadata multiple times 2022-07-21 22:53:02 +03:00