Skip to content

Commit 4cb44a7

Browse files
authored
pacify tidy
1 parent a94140f commit 4cb44a7

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/infer/region_constraints

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/region_constraints/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> {
375375
/// Not legal during a snapshot.
376376
pub fn into_infos_and_data(self) -> (VarInfos, RegionConstraintData<'tcx>) {
377377
assert!(!UndoLogs::<super::UndoLog<'_>>::in_snapshot(&self.undo_log));
378-
// TODO update universes of var_infos
378+
// FIXME update universes of var_infos
379379
(mem::take(&mut self.storage.var_infos), mem::take(&mut self.storage.data))
380380
}
381381

0 commit comments

Comments
 (0)