We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2364b58 commit c0cd1b0Copy full SHA for c0cd1b0
compiler/rustc_mir/src/dataflow/framework/mod.rs
@@ -186,7 +186,7 @@ pub trait Analysis<'tcx>: AnalysisDomain<'tcx> {
186
///
187
/// Unlike the other edge-specific effects, which are allowed to mutate `Self::Domain`
188
/// directly, overriders of this method must pass a callback to
189
- /// [`SwitchIntEdgeEffects::apply`]. The callback will be run once for each outgoing edge and
+ /// `SwitchIntEdgeEffects::apply`. The callback will be run once for each outgoing edge and
190
/// will have access to the dataflow state that will be propagated along that edge.
191
192
/// This interface is somewhat more complex than the other visitor-like "effect" methods.
0 commit comments