Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/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()