From 1bed91226a0801fb57053d42d641a0791bf65aae Mon Sep 17 00:00:00 2001 From: Yuxuan Jiang Date: Sun, 31 Mar 2024 09:44:09 +0800 Subject: [PATCH] Fix pr number typo in 2024-03-30-i128-layout-update.md --- posts/2024-03-30-i128-layout-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/2024-03-30-i128-layout-update.md b/posts/2024-03-30-i128-layout-update.md index 8f7462e1c..f9574379f 100644 --- a/posts/2024-03-30-i128-layout-update.md +++ b/posts/2024-03-30-i128-layout-update.md @@ -241,7 +241,7 @@ However, `rustc` can also use the version of LLVM installed on the system rather bundled version, which may be older. To mitigate the chance of problems from differing alignment with the same `rustc` version, [a proposal] was introduced to manually correct the alignment like Clang has been doing. This was implemented by Matthew Maurer -in [#11672]. +in [#116672]. Since these changes, Rust now produces the correct alignment: @@ -264,7 +264,7 @@ in usage. Unfortunately this meant some of the performance wins needed to be sac to avoid an increased memory footprint. [a proposal]: https://github.com/rust-lang/compiler-team/issues/683 -[#11672]: https://github.com/rust-lang/rust/pull/116672/ +[#116672]: https://github.com/rust-lang/rust/pull/116672/ [D158169]: https://reviews.llvm.org/D158169 [D28990]: https://reviews.llvm.org/D28990 [D86310]: https://reviews.llvm.org/D86310