Skip to content

Commit 0ca645a

Browse files
committed
annotate-snippet emitter: Update issue number
The tracking issue has been replaced by one with mentoring instructions.
1 parent f257c40 commit 0ca645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_errors/annotate_snippet_emitter_writer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl<'a> DiagnosticConverter<'a> {
105105
annotated_files: Vec<FileWithAnnotatedLines>,
106106
primary_lo: Loc
107107
) -> Vec<Slice> {
108-
// FIXME(#59346): Provide a test case where `annotated_files` is > 1
108+
// FIXME(#64205): Provide a test case where `annotated_files` is > 1
109109
annotated_files.iter().flat_map(|annotated_file| {
110110
annotated_file.lines.iter().map(|line| {
111111
let line_source = Self::source_string(annotated_file.file.clone(), &line);

0 commit comments

Comments
 (0)