We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a971212 commit df568afCopy full SHA for df568af
compiler/rustc_middle/src/mir/mod.rs
@@ -1368,7 +1368,7 @@ rustc_index::newtype_index! {
1368
/// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
1369
/// [data-flow analyses]:
1370
/// https://rustc-dev-guide.rust-lang.org/appendix/background.html#what-is-a-dataflow-analysis
1371
- /// [`CriticalCallEdges`]: ../../rustc_const_eval/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
+ /// [`CriticalCallEdges`]: ../../rustc_mir_transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
1372
/// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
1373
#[derive(HashStable)]
1374
#[encodable]
0 commit comments