Skip to content

Commit

Permalink
Rollup merge of rust-lang#64206 - phansch:update_issue_number, r=varkor
Browse files Browse the repository at this point in the history
annotate-snippet emitter: Update an issue number

The tracking issue has been replaced by one with mentoring instructions (rust-lang#64205).
  • Loading branch information
Centril authored Sep 6, 2019
2 parents 21ab7bc + 0ca645a commit f9aa5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_errors/annotate_snippet_emitter_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl<'a> DiagnosticConverter<'a> {
annotated_files: Vec<FileWithAnnotatedLines>,
primary_lo: Loc
) -> Vec<Slice> {
// FIXME(#59346): Provide a test case where `annotated_files` is > 1
// FIXME(#64205): Provide a test case where `annotated_files` is > 1
annotated_files.iter().flat_map(|annotated_file| {
annotated_file.lines.iter().map(|line| {
let line_source = Self::source_string(annotated_file.file.clone(), &line);
Expand Down

0 comments on commit f9aa5d6

Please sign in to comment.