about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-09-06 07:34:55 +0200
committerPhilipp Hansch <dev@phansch.net>2019-09-06 07:34:55 +0200
commit0ca645ac5f88fcaed9c7b8246af1462a90fea5a1 (patch)
treebb6c8d5affb5beaedf97773357d0bc89eed6b9ad
parentf257c40b199198eacc65bb31f932ee04305e6d41 (diff)
downloadrust-0ca645ac5f88fcaed9c7b8246af1462a90fea5a1.tar.gz
rust-0ca645ac5f88fcaed9c7b8246af1462a90fea5a1.zip
annotate-snippet emitter: Update issue number
The tracking issue has been replaced by one with mentoring instructions.
-rw-r--r--src/librustc_errors/annotate_snippet_emitter_writer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/annotate_snippet_emitter_writer.rs b/src/librustc_errors/annotate_snippet_emitter_writer.rs
index 3bed5d81dc5..50841236bb4 100644
--- a/src/librustc_errors/annotate_snippet_emitter_writer.rs
+++ b/src/librustc_errors/annotate_snippet_emitter_writer.rs
@@ -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);