We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eb29c commit 451f7f6Copy full SHA for 451f7f6
compiler/rustc_middle/src/mir/mod.rs
@@ -1093,7 +1093,7 @@ rustc_index::newtype_index! {
1093
/// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
1094
/// [data-flow analyses]:
1095
/// https://rustc-dev-guide.rust-lang.org/appendix/background.html#what-is-a-dataflow-analysis
1096
- /// [`CriticalCallEdges`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
+ /// [`CriticalCallEdges`]: ../../rustc_mir/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
1097
/// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
1098
pub struct BasicBlock {
1099
derive [HashStable]
0 commit comments