Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/thiserror-impl/src/
Dfmt.rs37 let mut macro_named_args = BTreeSet::new(); in expand_shorthand() localVariable
136 if !macro_named_args.insert(formatvar.clone()) { in expand_shorthand()