add forum link
authorRalf Jung <post@ralfj.de>
Mon, 14 Dec 2020 16:35:07 +0000 (17:35 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 14 Dec 2020 16:35:07 +0000 (17:35 +0100)
ralf/_posts/2020-12-14-provenance.md

index 48fc93cd7dd7ee4c0cb947686bf080d52228d7fd..2f8c23c83d850273e727e05eb0656ea168f1f13b 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: "Pointers Are Complicated II, or: We need better language specs"
 categories: rust
+forum: https://internals.rust-lang.org/t/pointers-are-complicated-ii-or-we-need-better-language-specs/13562
 ---
 
 Some time ago, I wrote a blog post about how [there's more to a pointer than meets the eye]({% post_url 2018-07-24-pointers-and-bytes %}).
@@ -270,7 +271,7 @@ Progress on these specification efforts is slow, though, in particular when it t
 I hope this post can raise awareness for the subtle problems optimizing compilers are facing, and convince some people that figuring out the specification of compiler IRs is an important and interesting problem to work on. :)
 
 That's all I have for today, thanks for sticking with me!
-As usual, this post can be discussed in the Rust forums.
+As usual, this post can be [discussed in the Rust forums](https://internals.rust-lang.org/t/pointers-are-complicated-ii-or-we-need-better-language-specs/13562).
 I am curious what your thoughts are on how we can build compilers that do not suffer from the issues I have discussed here.
 
 #### Footnotes