Skip to content

Commit e596c1d

Browse files
committed
remove an obsolete FIXME comment
This comment made sense when it was introduced in fbef241. It does not make sense in its current context, where the referred-to guard is no longer present. This being an item under the fabulous metabug rust-lang#44366.
1 parent a96ff3b commit e596c1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_lint/builtin.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for UnconditionalRecursion {
894894
let mut db = cx.struct_span_lint(UNCONDITIONAL_RECURSION,
895895
sp,
896896
"function cannot return without recurring");
897-
// FIXME #19668: these could be span_lint_note's instead of this manual guard.
898897
// offer some help to the programmer.
899898
for call in &self_call_spans {
900899
db.span_note(*call, "recursive call site");

0 commit comments

Comments
 (0)