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! {
10931093 /// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
10941094 /// [data-flow analyses]:
10951095 /// 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
10971097 /// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
10981098 pub struct BasicBlock {
10991099 derive [ HashStable ]
You can’t perform that action at this time.
0 commit comments