Skip to content

Commit d7e07c0

Browse files
evopendavidtwco
andcommitted
link related issue to FIXME
Co-authored-by: David Wood <[email protected]>
1 parent b8075e4 commit d7e07c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl SessionDiagnostic<'_> for Cycle {
2121
diag.code(rustc_errors::DiagnosticId::Error("E0391".to_string()));
2222
let upper_stack_len = self.upper_stack_info.len();
2323
for (span, desc) in self.upper_stack_info.into_iter() {
24-
// FIXME: use fluent translation
24+
// FIXME(#100717): use fluent translation
2525
diag.span_note(span, &format!("...which requires {}...", desc));
2626
}
2727
diag.set_arg("stack_bottom", self.stack_bottom);

0 commit comments

Comments
 (0)