Skip to content

Commit 6b243fb

Browse files
authored
Merge pull request #1671 from Kobzol/release-fix
Make links in 1.89.0 blog post clickable
2 parents 46b72d5 + a97f9ea commit 6b243fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Rust-1.89.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub fn my_function() { }
152152
* On platforms where `__int128` is not available, `i128` and `u128` do not necessarily align with any C type.
153153
* `i128` is _not_ necessarily compatible with `_BitInt(128)` on any platform, because `_BitInt(128)` and `__int128` may not have the same ABI (as is the case on x86-64).
154154

155-
This is the last bit of follow up to the layout changes from last year: https://blog.rust-lang.org/2024/03/30/i128-layout-update/.
155+
This is the last bit of follow up to the layout changes from last year: [https://blog.rust-lang.org/2024/03/30/i128-layout-update](https://blog.rust-lang.org/2024/03/30/i128-layout-update).
156156

157157
### Demoting `x86_64-apple-darwin` to Tier 2 with host tools
158158

@@ -170,7 +170,7 @@ For users, this change will not immediately cause impact. Builds of both the sta
170170

171171
### Standards Compliant C ABI on the `wasm32-unknown-unknown` target
172172

173-
`extern "C"` functions on the `wasm32-unknown-unknown` target now have a standards compliant ABI. See this blog post for more information: https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown.
173+
`extern "C"` functions on the `wasm32-unknown-unknown` target now have a standards compliant ABI. See this blog post for more information: [https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown](https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown).
174174

175175
### Platform Support
176176

0 commit comments

Comments
 (0)