TyCtxt
Infer
Ext
rustc_
trait_
selection
1.84.0-dev
TyCtxt
Infer
Ext
Required Methods
infer_ctxt
Implementations on Foreign Types
TyCtxt<'tcx>
Implementors
In rustc_
trait_
selection::
infer
Modules
at
canonical
outlives
region_constraints
relate
resolve
Structs
FixupError
InferCtxt
InferCtxtBuilder
InferCtxtInner
InferOk
RegionObligation
TypeFreshener
TypeTrace
Enums
BoundRegionConversionTime
DefineOpaqueTypes
IntVarValue
NllRegionVariableOrigin
RegionResolutionError
RegionVariableOrigin
StructurallyRelateAliases
SubregionOrigin
TyOrConstInferVar
ValuePairs
Traits
InferCtxtBuilderExt
InferCtxtExt
PredicateEmittingRelation
TyCtxtInferExt
Type Aliases
InferResult
Derive Macros
TypeFoldable
TypeVisitable
rustc_trait_selection
::
infer
Trait
TyCtxtInferExt
Copy item path
Settings
Help
Summary
Source
pub trait TyCtxtInferExt<'tcx> { // Required method fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>; }
Required Methods
§
Source
fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>
Implementations on Foreign Types
§
Source
§
impl<'tcx>
TyCtxtInferExt
<'tcx> for
TyCtxt
<'tcx>
Source
§
fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>
Implementors
§