From c1c37b66c72ebe12e23db141d1483b3e236bb546 Mon Sep 17 00:00:00 2001 From: Daiki Ihara Date: Thu, 17 Dec 2020 20:57:37 +0900 Subject: [PATCH] Fix broken link in 2020-12-14 inside-rust blog post --- posts/inside-rust/2020-12-14-changes-to-compiler-team.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2020-12-14-changes-to-compiler-team.md b/posts/inside-rust/2020-12-14-changes-to-compiler-team.md index 2e1f780a8..bd6916c8c 100644 --- a/posts/inside-rust/2020-12-14-changes-to-compiler-team.md +++ b/posts/inside-rust/2020-12-14-changes-to-compiler-team.md @@ -22,4 +22,4 @@ Niko and I are delighted that Wesley is taking on this new leadership role, and In addition to the changes in leadership, we also have a new compiler team member to announce: lcnr. -lcnr has been contributing to the compiler since 2018. They have improved the type system via changes such as higher-ranked lifetimes in predicates ([#73503](rust-lang/rust#73503)), and also have focused for the past two years on improving Rust's support for complex generic expressions in constants (tracked at [#76560](rust-lang/rust#76560)) +lcnr has been contributing to the compiler since 2018. They have improved the type system via changes such as higher-ranked lifetimes in predicates ([#73503](https://github.com/rust-lang/rust/pull/73503)), and also have focused for the past two years on improving Rust's support for complex generic expressions in constants (tracked at [#76560](https://github.com/rust-lang/rust/pull/76560))