annotate-snippet emitter: Update issue number

The tracking issue has been replaced by one with mentoring instructions.
This commit is contained in:
Philipp Hansch 2019-09-06 07:34:55 +02:00
parent f257c40b19
commit 0ca645ac5f
No known key found for this signature in database
GPG Key ID: 82AA61CAA11397E6
1 changed files with 1 additions and 1 deletions

View File

@ -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);