]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_infer/src/infer/projection.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_infer / src / infer / projection.rs
index b45a6514d79347e05f8e1e47320901227486c2c1..9f12bc972a816d1e939405a66f9d1d4c200d13cd 100644 (file)
@@ -6,7 +6,7 @@ use crate::traits::{Obligation, PredicateObligation};
 use super::type_variable::{TypeVariableOrigin, TypeVariableOriginKind};
 use super::InferCtxt;
 
-impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
+impl<'tcx> InferCtxt<'tcx> {
     /// Instead of normalizing an associated type projection,
     /// this function generates an inference variable and registers
     /// an obligation that this inference variable must be the result