diff options
| author | Michael Goulet <michael@errs.io> | 2025-08-11 01:47:13 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-08-11 01:47:25 +0000 |
| commit | 42475af2f9fd4a96ff9d97390e93b7fb8461cd8c (patch) | |
| tree | 08c090becffb1e2830e010c24e9cf1a1701a0632 | |
| parent | 50323736ad4e7c7b52038ceb0e0fc540f3da4c29 (diff) | |
| download | rust-42475af2f9fd4a96ff9d97390e93b7fb8461cd8c.tar.gz rust-42475af2f9fd4a96ff9d97390e93b7fb8461cd8c.zip | |
Remove unnecessary comment
| -rw-r--r-- | compiler/rustc_hir_typeck/src/callee.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_typeck/src/callee.rs b/compiler/rustc_hir_typeck/src/callee.rs index 48bb45de53e..7afc555b598 100644 --- a/compiler/rustc_hir_typeck/src/callee.rs +++ b/compiler/rustc_hir_typeck/src/callee.rs @@ -910,7 +910,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> { // const stability checking here too, I guess. if self.tcx.is_conditionally_const(callee_did) { let q = self.tcx.const_conditions(callee_did); - // FIXME(const_trait_impl): Use this span with a better cause code. for (idx, (cond, pred_span)) in q.instantiate(self.tcx, callee_args).into_iter().enumerate() { |
