Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs300 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