Skip to content

Commit 1bed912

Browse files
authored
Fix pr number typo in 2024-03-30-i128-layout-update.md
1 parent c254258 commit 1bed912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2024-03-30-i128-layout-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ However, `rustc` can also use the version of LLVM installed on the system rather
241241
bundled version, which may be older. To mitigate the chance of problems from differing
242242
alignment with the same `rustc` version, [a proposal] was introduced to manually
243243
correct the alignment like Clang has been doing. This was implemented by Matthew Maurer
244-
in [#11672].
244+
in [#116672].
245245
246246
Since these changes, Rust now produces the correct alignment:
247247
@@ -264,7 +264,7 @@ in usage. Unfortunately this meant some of the performance wins needed to be sac
264264
to avoid an increased memory footprint.
265265
266266
[a proposal]: https://github.com/rust-lang/compiler-team/issues/683
267-
[#11672]: https://github.com/rust-lang/rust/pull/116672/
267+
[#116672]: https://github.com/rust-lang/rust/pull/116672/
268268
[D158169]: https://reviews.llvm.org/D158169
269269
[D28990]: https://reviews.llvm.org/D28990
270270
[D86310]: https://reviews.llvm.org/D86310

0 commit comments

Comments
 (0)