Skip to content

Commit 8111cca

Browse files
authored
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).
2 parents afb6a70 + 0ca645a commit 8111cca

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
@@ -109,7 +109,7 @@ impl<'a> DiagnosticConverter<'a> {
109109
annotated_files: Vec<FileWithAnnotatedLines>,
110110
primary_lo: Loc
111111
) -> Vec<Slice> {
112-
// FIXME(#59346): Provide a test case where `annotated_files` is > 1
112+
// FIXME(#64205): Provide a test case where `annotated_files` is > 1
113113
annotated_files.iter().flat_map(|annotated_file| {
114114
annotated_file.lines.iter().map(|line| {
115115
let line_source = Self::source_string(annotated_file.file.clone(), &line);

0 commit comments

Comments
 (0)