Home
last modified time | relevance | path

Searched refs:ReErased (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/canonical/
H A Dquery_response.rs241 GenericArgKind::Lifetime(ty::ReErased), in instantiate_nll_query_response_and_region_obligations()
242 GenericArgKind::Lifetime(ty::ReErased), in instantiate_nll_query_response_and_region_obligations()
562 GenericArgKind::Lifetime(ty::ReErased), in unify_canonical_vars()
563 GenericArgKind::Lifetime(ty::ReErased), in unify_canonical_vars()
H A Dcanonicalizer.rs156 | ty::ReErased in canonicalize_free_region()
212 ty::ReEarlyBound(_) | ty::ReFree(_) | ty::ReErased | ty::ReStatic => r, in canonicalize_free_region()
322 | ty::ReErased => self.canonicalize_region_mode.canonicalize_free_region(self, r), in fold_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dnormalize_array_len.rs234 ty::RegionKind::ReErased, in normalize_array_len_call()
238 ty::Ref(ty::RegionKind::ReErased, cast_ty, Mutability::Not), in normalize_array_len_call()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/outlives/
H A Dutils.rs172 RegionKind::ReErased in is_free_region()
/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};
373 (&ReLateBound(..), _) | (_, &ReLateBound(..)) | (&ReErased, _) | (_, &ReErased) => { in lub_concrete_regions()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_symbol_mangling/src/
H A Dv0.rs351 ty::ReErased => 0, in print_region()
424 if *r != ty::ReErased { in print_type()
809 GenericArgKind::Lifetime(r) => *r != ty::ReErased, in path_generic_args()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dhir_wf_check.rs187 if let ty::ReLateBound(..) = r { &ty::ReErased } else { r } in fold_region()
H A Dcollect.rs398 ty::ReErased => self.tcx.lifetimes.re_static, in ct_infer()
1772 ty::ReErased => tcx.lifetimes.re_static, in fn_sig()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dimpls_ty.rs67 ty::ReErased | ty::ReStatic => { in hash_stable()
H A Dsty.rs1470 ReErased, enumerator
1605 RegionKind::ReErased => false, in has_name()
1656 ty::ReErased => { in type_flags()
H A Dstructural_impls.rs102 ty::ReErased => write!(f, "ReErased"), in fmt()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dfreshen.rs134 | ty::ReErased => { in fold_region()
H A Dcombine.rs687 ty::ReLateBound(..) | ty::ReErased => { in regions()
921 ty::ReLateBound(..) | ty::ReErased => { in regions()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/
H A Dopaque_types.rs153 ty::ReErased => return r, in fold_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcast.rs360 &ty::RegionKind::ReErased, in report_cast_error()
410 &ty::RegionKind::ReErased, in report_cast_error()
H A Dgenerator_interior.rs410 tcx.mk_region(ty::RegionKind::ReErased), in visit_expr()
H A Dupvar.rs1908 region: &ty::ReErased, in fake_read()
1941 ty::UpvarCapture::ByRef(ty::UpvarBorrow { kind: bk, region: &ty::ReErased }); in borrow()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/variance/
H A Dconstraints.rs454 | ty::ReErased => { in add_constraints_from_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs1032 GenericArgKind::Lifetime(r) => *r != ty::ReErased, in pretty_print_dyn_existential()
1780 GenericArgKind::Lifetime(r) => *r != ty::ReErased, in path_generic_args()
1901 ty::ReVar(_) | ty::ReErased => false, in region_should_not_be_omitted()
1982 ty::ReErased => {} in pretty_print_region()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dregion_name.rs360 | ty::ReErased => None, 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/compiler/rustc_codegen_cranelift/src/abi/
H A Dmod.rs547 &ty::RegionKind::ReErased, in codegen_drop()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/chalk/
H A Dlowering.rs456 ReErased => unimplemented!(), in lower_into()
483 chalk_ir::LifetimeData::Erased => ty::RegionKind::ReErased, in lower_into()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/collect/
H A Dtype_of.rs811 ty::ReErased => tcx.lifetimes.re_static, in infer_placeholder_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/method/
H A Dsuggest.rs1399 (self.tcx.mk_mut_ref(&ty::ReErased, rcvr_ty), "&mut "), in suggest_traits_to_import()
1400 (self.tcx.mk_imm_ref(&ty::ReErased, rcvr_ty), "&"), in suggest_traits_to_import()

12