Home
last modified time | relevance | path

Searched refs:ReEarlyBound (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/ty-outlives/
H A Dprojection-two-region-trait-bound-closure.stderr14 = note: where <T as Anything<ReEarlyBound(0, 'b), ReEarlyBound(1, 'c)>>::AssocType: '_#3r
30 error[E0309]: the associated type `<T as Anything<ReEarlyBound(0, 'b), ReEarlyBound(1, 'c)>>::Assoc…
36 … consider adding an explicit lifetime bound `<T as Anything<ReEarlyBound(0, 'b), ReEarlyBound(1, '…
50 = note: where <T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(2, 'c)>>::AssocType: '_#4r
66 error[E0309]: the associated type `<T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(2, 'c)>>::Assoc…
86 = note: where <T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(2, 'c)>>::AssocType: '_#4r
114 = note: where <T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(2, 'c)>>::AssocType: '_#4r
142 = note: where <T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(2, 'c)>>::AssocType: '_#4r
171 = note: where <T as Anything<ReEarlyBound(0, 'b), ReEarlyBound(0, 'b)>>::AssocType: '_#2r
212 = note: where <T as Anything<ReEarlyBound(1, 'b), ReEarlyBound(1, 'b)>>::AssocType: '_#3r
[all …]
H A Dprojection-one-region-closure.stderr114 = note: where <T as Anything<ReEarlyBound(1, 'b)>>::AssocType: '_#3r
H A Dprojection-one-region-trait-bound-closure.stderr96 = note: where <T as Anything<ReEarlyBound(1, 'b)>>::AssocType: '_#3r
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/lexical_region_resolve/
H A Dmod.rs19 use rustc_middle::ty::{ReEarlyBound, ReEmpty, ReErased, ReFree, ReStatic};
285 ty::ReEarlyBound(_) | ty::ReFree(_) => { in expand_node()
392 (&ReEmpty(_), r @ (ReEarlyBound(_) | ReFree(_))) in lub_concrete_regions()
393 | (r @ (ReEarlyBound(_) | ReFree(_)), &ReEmpty(_)) => { in lub_concrete_regions()
418 (&ReEarlyBound(_) | &ReFree(_), &ReEarlyBound(_) | &ReFree(_)) => { in lub_concrete_regions()
641 ReEarlyBound(_) => 0, in collect_error_for_expanding_node()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/canonical/
H A Dcanonicalizer.rs159 | ty::ReEarlyBound(..) => r, in canonicalize_free_region()
212 ty::ReEarlyBound(_) | ty::ReFree(_) | ty::ReErased | ty::ReStatic => r, in canonicalize_free_region()
318 | ty::ReEarlyBound(..) in fold_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/outlives/
H A Dutils.rs144 RegionKind::ReEarlyBound(_) => true, in is_free_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/outlives/
H A Denv.rs167 r_a @ (&ty::ReEarlyBound(_) | &ty::ReFree(_)), in add_outlives_bounds()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dfree_regions.rs94 matches!(r, ty::ReEarlyBound(_) | ty::ReFree(_)) in is_free()
H A Dfreshen.rs129 ty::ReEarlyBound(..) in fold_region()
H A Dcombine.rs695 | ty::ReEarlyBound(..) in regions()
929 | ty::ReEarlyBound(..) in regions()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dconstrained_generic_params.rs83 if let ty::ReEarlyBound(data) = *r { in visit_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
H A Dutil.rs44 ty::ReEarlyBound(ebr) => ( in find_param_with_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/region_infer/
H A Dopaque_types.rs199 matches!(lt, ty::ReEarlyBound(_) | ty::ReFree(_)) in check_opaque_type_parameter_valid()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dimpls_ty.rs85 ty::ReEarlyBound(ty::EarlyBoundRegion { def_id, index, name }) => { in hash_stable()
H A Dsty.rs1440 ReEarlyBound(EarlyBoundRegion), enumerator
1598 RegionKind::ReEarlyBound(ebr) => ebr.has_name(), in has_name()
1641 ty::ReEarlyBound(..) => { in type_flags()
1687 ty::ReEarlyBound(br) => tcx.parent(br.def_id).unwrap(), in free_region_binding_scope()
H A Dsubst.rs477 ty::ReEarlyBound(data) => { in fold_region()
H A Dutil.rs392 GenericArgKind::Lifetime(&ty::RegionKind::ReEarlyBound(ref ebr)) => { in destructor_constraints()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dmod.rs95 ty::ReEarlyBound(_) | ty::ReFree(_) | ty::ReStatic => { in note_and_explain_region()
137 ty::ReEarlyBound(_) | ty::ReFree(_) => { in msg_span_from_free_region()
157 ty::ReEarlyBound(ref br) => { in msg_span_from_early_bound_and_free_regions()
254 ty::ReEarlyBound(_) | ty::ReFree(_) | ty::ReStatic | ty::ReEmpty(_) => { in unexpected_hidden_region_diagnostic()
2322 ty::ReEarlyBound(ty::EarlyBoundRegion { def_id, .. }) => { in construct_generic_bound_failure()
2377 (ty::ReEarlyBound(ty::EarlyBoundRegion { name: _, .. }), SubOrigin::GAT(generics)) => { in construct_generic_bound_failure()
2401 ty::ReEarlyBound(ty::EarlyBoundRegion { name, .. }) in construct_generic_bound_failure()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/
H A Dopaque_types.rs156 ty::ReEarlyBound(_) | ty::ReFree(_) | ty::ReEmpty(ty::UniverseIndex::ROOT) => {} in fold_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/variance/
H A Dconstraints.rs439 ty::ReEarlyBound(ref data) => { in add_constraints_from_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/chalk/
H A Dlowering.rs436 ReEarlyBound(_) => { in lower_into()
913 ty::ReEarlyBound(_re) => { in visit_region()
1039 ty::ReEarlyBound(_re) => match self.named_regions.get(&_re.def_id) { in fold_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dwfcheck.rs354 tcx.mk_region(ty::RegionKind::ReEarlyBound(ty::EarlyBoundRegion { in check_gat_where_clauses()
387 tcx.mk_region(ty::RegionKind::ReEarlyBound(ty::EarlyBoundRegion { in check_gat_where_clauses()
395 tcx.mk_region(ty::RegionKind::ReEarlyBound(ty::EarlyBoundRegion { in check_gat_where_clauses()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dregion_name.rs268 ty::ReEarlyBound(ebr) => { in give_name_from_error_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/region_constraints/
H A Dmod.rs692 ty::ReStatic | ty::ReErased | ty::ReFree(..) | ty::ReEarlyBound(..) => { in universe()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dauto_trait.rs701 ty::ReEarlyBound(r) => Some(r.name), in region_name()

12