Skip to content

Commit 7ad4c6a

Browse files
Update src/compiler-debugging.md
Change to public abi Co-authored-by: Tshepang Mbambo <[email protected]>
1 parent 07ae014 commit 7ad4c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/compiler-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ error: layout_of(&'a u32) = Layout {
367367
error: aborting due to previous error
368368
```
369369

370-
[`Layout`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_abi/struct.Layout.html
370+
[`Layout`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_public/abi/struct.Layout.html
371371

372372

373373
## Configuring CodeLLDB for debugging `rustc`

0 commit comments

Comments
 (0)