Remove irrelevant FIXME
This commit is contained in:
parent
6c73adf324
commit
a6d01da716
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue