Remove in_band_lifetimes from rustc_codegen_ssa

See #91867 for more information.
This commit is contained in:
LegionMammal978 2021-12-13 21:52:35 -05:00
parent d594910a2d
commit eaf39cbd9e
8 changed files with 16 additions and 17 deletions

View file

@ -486,7 +486,7 @@ fn get_argc_argv<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
pub fn codegen_crate<B: ExtraBackendMethods>(
backend: B,
tcx: TyCtxt<'tcx>,
tcx: TyCtxt<'_>,
target_cpu: String,
metadata: EncodedMetadata,
need_metadata_module: bool,