Skip to content

Commit a6d01da

Browse files
committed
Remove irrelevant FIXME
1 parent 6c73adf commit a6d01da

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_infer/src/infer

1 file changed

+0
-2
lines changed

compiler/rustc_infer/src/infer/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
678678

679679
pub fn unsolved_variables(&self) -> Vec<Ty<'tcx>> {
680680
let mut inner = self.inner.borrow_mut();
681-
// FIXME(const_generics): should there be an equivalent function for const variables?
682-
683681
let mut vars: Vec<Ty<'_>> = inner
684682
.type_variables()
685683
.unsolved_variables()

0 commit comments

Comments
 (0)