Remove in_band_lifetimes
from rustc_codegen_ssa
See #91867 for more information.
This commit is contained in:
parent
d594910a2d
commit
eaf39cbd9e
8 changed files with 16 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue