We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a62bb1 commit 2883c25Copy full SHA for 2883c25
src/librustc_data_structures/obligation_forest/mod.rs
@@ -591,9 +591,8 @@ impl<O: ForestObligation> ObligationForest<O> {
591
}
592
593
594
- /// Compresses the vector, removing all popped nodes. This adjusts
595
- /// the indices and hence invalidates any outstanding
596
- /// indices. Cannot be used during a transaction.
+ /// Compresses the vector, removing all popped nodes. This adjusts the
+ /// indices and hence invalidates any outstanding indices.
597
///
598
/// Beforehand, all nodes must be marked as `Done` and no cycles
599
/// on these nodes may be present. This is done by e.g., `process_cycles`.
0 commit comments