Skip to content

Commit

Permalink
Merge pull request #2253 from marxin/fix-link2
Browse files Browse the repository at this point in the history
Fix borked link
  • Loading branch information
JohnTitor authored Feb 14, 2025
2 parents 95f0acc + 362246d commit b5814ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ error: layout_of(&'a u32) = Layout {
error: aborting due to previous error
```

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


## Configuring CodeLLDB for debugging `rustc`
Expand Down

0 comments on commit b5814ff

Please sign in to comment.