We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ab7bc + 0ca645a commit f9aa5d6Copy full SHA for f9aa5d6
src/librustc_errors/annotate_snippet_emitter_writer.rs
@@ -109,7 +109,7 @@ impl<'a> DiagnosticConverter<'a> {
109
annotated_files: Vec<FileWithAnnotatedLines>,
110
primary_lo: Loc
111
) -> Vec<Slice> {
112
- // FIXME(#59346): Provide a test case where `annotated_files` is > 1
+ // FIXME(#64205): Provide a test case where `annotated_files` is > 1
113
annotated_files.iter().flat_map(|annotated_file| {
114
annotated_file.lines.iter().map(|line| {
115
let line_source = Self::source_string(annotated_file.file.clone(), &line);
0 commit comments