Skip to content

Commit 42475af

Browse files
Remove unnecessary comment
1 parent 5032373 commit 42475af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir_typeck/src/callee.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
910910
// const stability checking here too, I guess.
911911
if self.tcx.is_conditionally_const(callee_did) {
912912
let q = self.tcx.const_conditions(callee_did);
913-
// FIXME(const_trait_impl): Use this span with a better cause code.
914913
for (idx, (cond, pred_span)) in
915914
q.instantiate(self.tcx, callee_args).into_iter().enumerate()
916915
{

0 commit comments

Comments
 (0)