Home
last modified time | relevance | path

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

/external/rust/crates/weak-table/
DMakefile4 CRATE = weak_table macro
/external/rust/crates/serde_derive/src/internals/
Dsymbol.rs11 pub const CRATE: Symbol = Symbol("crate"); constant
Dattr.rs309 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()