Skip to content

Commit b5690c2

Browse files
committed
Fix MultilineAnnotation field name
1 parent 8fad69c commit b5690c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_errors/snippet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct MultilineAnnotation {
1818
pub end_col: usize,
1919
pub is_primary: bool,
2020
pub label: Option<String>,
21-
pub overlaps: bool,
21+
pub overlaps_exactly: bool,
2222
}
2323

2424
impl MultilineAnnotation {

0 commit comments

Comments
 (0)