Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs738 pub const PLACEHOLDER: Self = Expr::Path(ExprPath { constant
2256 expr.else_branch = Some((else_token, Box::new(Expr::PLACEHOLDER))); in parse()
3066 let base = mem::replace(e, Expr::PLACEHOLDER); in multi_index()