Home
last modified time | relevance | path

Searched defs:width_span (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dformat.rs418 let width_span = format.width_span.and_then(to_span); in make_format_args() localVariable
/third_party/rust/rust/compiler/rustc_parse_format/src/
Dlib.rs129 pub width_span: Option<InnerSpan>, field