Home
last modified time | relevance | path

Searched refs:is_inside_const_context (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/fn_ctxt/
H A Dsuggestions.rs316 if self.tcx.hir().is_inside_const_context(expr.hir_id) { in suggest_boxing_when_appropriate()
388 if self.tcx.hir().is_inside_const_context(expr.hir_id) { in suggest_calling_boxed_future_when_appropriate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Ddemand.rs1038 let in_const_context = self.tcx.hir().is_inside_const_context(expr.hir_id); in check_for_cast()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs712 pub fn is_inside_const_context(&self, hir_id: HirId) -> bool { in is_inside_const_context() method