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 22bc9e1 commit f33d94dCopy full SHA for f33d94d
src/librustc_mir/dataflow/generic.rs
@@ -77,7 +77,7 @@ pub trait Analysis<'tcx>: BottomValue {
77
location: Location,
78
);
79
80
- /// Updates the current dataflow state with the effect of evaluating a statement.
+ /// Updates the current dataflow state with the effect of evaluating a terminator.
81
///
82
/// Note that the effect of a successful return from a `Call` terminator should **not** be
83
/// acounted for in this function. That should go in `apply_call_return_effect`. For example,
0 commit comments