Skip to content

Commit

Permalink
Remove irrelevant FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Oct 28, 2020
1 parent 6c73adf commit a6d01da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_infer/src/infer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {

pub fn unsolved_variables(&self) -> Vec<Ty<'tcx>> {
let mut inner = self.inner.borrow_mut();
// FIXME(const_generics): should there be an equivalent function for const variables?

let mut vars: Vec<Ty<'_>> = inner
.type_variables()
.unsolved_variables()
Expand Down

0 comments on commit a6d01da

Please sign in to comment.