Searched refs:CRATE (Results 1 – 3 of 3) sorted by relevance
4 CRATE = weak_table macro
11 pub const CRATE: Symbol = Symbol("crate"); constant
309 let mut serde_path = Attr::none(cx, CRATE); in from_ast()557 Meta(NameValue(m)) if m.path == CRATE => { in from_ast()558 if let Ok(path) = parse_lit_into_path(cx, CRATE, &m.lit) { in from_ast()