File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/rustc_middle/src/mir Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ rustc_index::newtype_index! {
1093
1093
/// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
1094
1094
/// [data-flow analyses]:
1095
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
1096
+ /// [`CriticalCallEdges`]: ../.. /rustc_mir/transform/add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
1097
1097
/// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
1098
1098
pub struct BasicBlock {
1099
1099
derive [ HashStable ]
You can’t perform that action at this time.
0 commit comments