Skip to content

Commit 60c9dc4

Browse files
committed
fix: use more internal linking
1 parent ccfe1b0 commit 60c9dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/2023-08-06-ptr-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outdate_alert = true
1111

1212
# Rust Pointer Metadata
1313

14-
Welcome back! In my [last blog post](https://bd103.github.io/blog/2023-06-27-global-allocators) I talked about overriding the global allocator. It was reasonably successful, even getting mentioned in [This Month in Rust OSDev](https://rust-osdev.com/this-month/2023-06/) without me suggesting it! That success has inspired me to write about another really interesting feature in the [Rust](https://www.rust-lang.org/) programming language called pointer metadata.
14+
Welcome back! In my [last blog post](@/blog/2023-06-27-global-allocators.md) I talked about overriding the global allocator. It was reasonably successful, even getting mentioned in [This Month in Rust OSDev](https://rust-osdev.com/this-month/2023-06/) without me suggesting it! That success has inspired me to write about another really interesting feature in the [Rust](https://www.rust-lang.org/) programming language called pointer metadata.
1515

1616
{% caution(title = "Caution") %}
1717
Some examples in this blog post use the unstable feature [`ptr_metadata`](https://github.com/rust-lang/rust/issues/81513) with Nightly Rust. I have tested all of them with `rustc 1.72.0-nightly (101fa903b 2023-06-04)`, but it may fail to compile if you use a different version. For more information, please see [the Rustup documentation](https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust).

0 commit comments

Comments
 (0)