TyCtxt
Infer
Ext
rustc_
infer
1.86.0-beta.6
(8c7969a3a 2025-03-16)
TyCtxt
Infer
Ext
Required Methods
infer_ctxt
Implementations on Foreign Types
TyCtxt<'tcx>
Implementors
In rustc_
infer::
infer
Modules
at
canonical
context
free_regions
freshen
lexical_region_resolve
opaque_types
outlives
projection
region_constraints
relate
resolve
snapshot
type_variable
unify_key
Structs
FixupError
InferCtxt
InferCtxtBuilder
InferCtxtInner
InferOk
InferenceLiteralEraser
RegionObligation
TypeFreshener
TypeTrace
Enums
BoundRegionConversionTime
IntVarValue
NllRegionVariableOrigin
RegionResolutionError
RegionVariableOrigin
StructurallyRelateAliases
SubregionOrigin
TyOrConstInferVar
ValuePairs
Traits
PredicateEmittingRelation
TyCtxtInferExt
Type Aliases
FixupResult
InferResult
UnificationTable
Derive Macros
TypeFoldable
TypeVisitable
rustc_infer
::
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
§