We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad69c commit b5690c2Copy full SHA for b5690c2
src/librustc_errors/snippet.rs
@@ -18,7 +18,7 @@ pub struct MultilineAnnotation {
18
pub end_col: usize,
19
pub is_primary: bool,
20
pub label: Option<String>,
21
- pub overlaps: bool,
+ pub overlaps_exactly: bool,
22
}
23
24
impl MultilineAnnotation {
0 commit comments