]> git.lizzy.rs Git - rust.git/commitdiff
link related issue to FIXME
authorLi Yuanheng <520dhh@gmail.com>
Mon, 22 Aug 2022 23:23:36 +0000 (07:23 +0800)
committerLi Yuanheng <520dhh@gmail.com>
Wed, 31 Aug 2022 11:33:51 +0000 (19:33 +0800)
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
compiler/rustc_query_system/src/error.rs

index 2ae6d10b82839c60e3b70149959f95e60db67dd0..515a022e9d9faadaf036bf531a9c47c8e867a958 100644 (file)
@@ -21,7 +21,7 @@ fn into_diagnostic(
         diag.code(rustc_errors::DiagnosticId::Error("E0391".to_string()));
         let upper_stack_len = self.upper_stack_info.len();
         for (span, desc) in self.upper_stack_info.into_iter() {
-            // FIXME: use fluent translation
+            // FIXME(#100717): use fluent translation
             diag.span_note(span, &format!("...which requires {}...", desc));
         }
         diag.set_arg("stack_bottom", self.stack_bottom);