Home
last modified time | relevance | path

Searched defs:rvalue_hint (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dexpectation.rs75 pub(super) fn rvalue_hint(fcx: &FnCtxt<'a, 'tcx>, ty: Ty<'tcx>) -> Expectation<'tcx> { in rvalue_hint() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dinfer.rs1336 fn rvalue_hint(ctx: &mut InferenceContext<'_>, ty: Ty) -> Self { in rvalue_hint() method