Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs486 pub fn expr_unit() -> ast::Expr { in expr_unit() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1737 fn expr_unit(&mut self, sp: Span) -> &'hir hir::Expr<'hir> { in expr_unit() method