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 @@ -1368,7 +1368,7 @@ rustc_index::newtype_index! {
1368
1368
/// [CFG]: https://rustc-dev-guide.rust-lang.org/appendix/background.html#cfg
1369
1369
/// [data-flow analyses]:
1370
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
1371
+ /// [`CriticalCallEdges`]: ../../rustc_mir_transform /add_call_guards/enum.AddCallGuards.html#variant.CriticalCallEdges
1372
1372
/// [guide-mir]: https://rustc-dev-guide.rust-lang.org/mir/
1373
1373
#[ derive( HashStable ) ]
1374
1374
#[ encodable]
You can’t perform that action at this time.
0 commit comments