Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Derrors.rs629 pub(crate) struct FormatPositionalMismatch { struct
631 pub(crate) span: MultiSpan,
632 pub(crate) n: usize,
633 pub(crate) desc: String,
635 pub(crate) highlight: SingleLabelManySpans,