rustc_
infer
1.84.0-nightly
(f7273e004 2024-11-12)
TyCtxt
Infer
Ext
Required Methods
infer_ctxt
Implementations on Foreign Types
TyCtxt<'tcx>
Implementors
In rustc_
infer::
infer
rustc_infer
::
infer
Trait
TyCtxtInferExt
Copy item path
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
§