Skip to content

Commit

Permalink
Fix MultilineAnnotation field name
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Mar 29, 2019
1 parent 8fad69c commit b5690c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_errors/snippet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct MultilineAnnotation {
pub end_col: usize,
pub is_primary: bool,
pub label: Option<String>,
pub overlaps: bool,
pub overlaps_exactly: bool,
}

impl MultilineAnnotation {
Expand Down

0 comments on commit b5690c2

Please sign in to comment.