diff options
| author | varkor <github@varkor.com> | 2020-10-28 00:46:53 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-10-28 10:47:27 +0000 |
| commit | a6d01da7165d904d83407c385282803b9cb71dbb (patch) | |
| tree | 8f3acd963089df88845dc27912d96012b3e5b821 | |
| parent | 6c73adf3240261315446582cb57de079bf2b87f9 (diff) | |
| download | rust-a6d01da7165d904d83407c385282803b9cb71dbb.tar.gz rust-a6d01da7165d904d83407c385282803b9cb71dbb.zip | |
Remove irrelevant FIXME
| -rw-r--r-- | compiler/rustc_infer/src/infer/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_infer/src/infer/mod.rs b/compiler/rustc_infer/src/infer/mod.rs index ff7bbf0562f..acded5351f8 100644 --- a/compiler/rustc_infer/src/infer/mod.rs +++ b/compiler/rustc_infer/src/infer/mod.rs @@ -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() |
