Skip to content

Commit

Permalink
annotate-snippet emitter: Update issue number
Browse files Browse the repository at this point in the history
The tracking issue has been replaced by one with mentoring instructions.
  • Loading branch information
phansch committed Sep 6, 2019
1 parent f257c40 commit 0ca645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_errors/annotate_snippet_emitter_writer.rs
Expand Up @@ -105,7 +105,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 0ca645a

Please sign in to comment.