We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1393ef1 commit f040210Copy full SHA for f040210
compiler/rustc_middle/src/mir/traversal.rs
@@ -249,8 +249,7 @@ pub fn postorder<'a, 'tcx>(
249
///
250
/// Construction of a `ReversePostorder` traversal requires doing a full
251
/// postorder traversal of the graph, therefore this traversal should be
252
-/// constructed as few times as possible. Use the `reset` method to be able
253
-/// to re-use the traversal
+/// constructed as few times as possible.
254
#[derive(Clone)]
255
pub struct ReversePostorder<'a, 'tcx> {
256
body: &'a Body<'tcx>,
0 commit comments