Rollup merge of #64206 - phansch:update_issue_number, r=varkor
annotate-snippet emitter: Update an issue number The tracking issue has been replaced by one with mentoring instructions (#64205).
This commit is contained in:
commit
8111cca73e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue