Searched refs:hir_assertion (Results 1 – 1 of 1) sorted by relevance
300 self.push(HirFrame::Expr(self.hir_assertion(x)?)); in visit_post()732 fn hir_assertion(&self, asst: &ast::Assertion) -> Result<Hir> { in hir_assertion() method