Home
last modified time | relevance | path

Searched defs:ProbeContext (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dprobe.rs57 struct ProbeContext<'a, 'tcx> { struct
58 fcx: &'a FnCtxt<'a, 'tcx>,
59 span: Span,
60 mode: Mode,
61 method_name: Option<Ident>,
62 return_type: Option<Ty<'tcx>>,
66 orig_steps_var_values: &'a OriginalQueryValues<'tcx>,
67 steps: &'tcx [CandidateStep<'tcx>],
69 inherent_candidates: Vec<Candidate<'tcx>>,
93 impl<'a, 'tcx> Deref for ProbeContext<'a, 'tcx> { implementation
[all …]
/third_party/rust/rust/src/tools/rustfmt/tests/source/issue-4689/
Done.rs110 fn elaborate_bounds<F>(mut mk_cand: F) in elaborate_bounds()
119 fn elaborate_bounds<F>(mut mk_cand: F) in elaborate_bounds()
Dtwo.rs110 fn elaborate_bounds<F>(mut mk_cand: F) in elaborate_bounds()
119 fn elaborate_bounds<F>(mut mk_cand: F) in elaborate_bounds()
/third_party/rust/rust/src/tools/rustfmt/tests/target/issue-4689/
Done.rs116 &mut ProbeContext, in elaborate_bounds()
125 &mut ProbeContext, in elaborate_bounds()
Dtwo.rs116 &mut ProbeContext, in elaborate_bounds()
125 &mut ProbeContext, in elaborate_bounds()
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dwhere-clause.rs99 impl<'a, 'gcx, 'tcx> ProbeContext<'a, 'gcx, 'tcx> { impl
Dwhere-clause-rfc.rs115 impl<'a, 'gcx, 'tcx> ProbeContext<'a, 'gcx, 'tcx> { impl
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dwhere-clause.rs52 impl<'a, 'gcx, 'tcx> ProbeContext<'a, 'gcx, 'tcx> { impl
Dwhere-clause-rfc.rs50 impl<'a, 'gcx, 'tcx> ProbeContext<'a, 'gcx, 'tcx> { impl