Skip to content

Commit b5814ff

Browse files
authored
Merge pull request #2253 from marxin/fix-link2
Fix borked link
2 parents 95f0acc + 362246d commit b5814ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ error: layout_of(&'a u32) = Layout {
368368
error: aborting due to previous error
369369
```
370370

371-
[`Layout`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/abi/struct.Layout.html
371+
[`Layout`]: https://doc.rust-lang.org/nightly/nightly-rustc/stable_mir/abi/struct.Layout.html
372372

373373

374374
## Configuring CodeLLDB for debugging `rustc`

0 commit comments

Comments
 (0)