Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dlib.rs170 pub struct SubstitutionHighlight { struct
171 start: usize,
172 end: usize,
201 ) -> Vec<(String, Vec<SubstitutionPart>, Vec<Vec<SubstitutionHighlight>>, bool)> { in splice_lines()