about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-03-11 10:53:47 -0600
committerGitHub <noreply@github.com>2023-03-11 10:53:47 -0600
commite89bd9428f621545c979c0ec686addc6563a394e (patch)
tree120a8e72bf21050225f704916d987776b3727d24 /compiler/rustc
parent9a24e2fee959fa9a7c3493489dba0223bfbc8928 (diff)
downloadrust-e89bd9428f621545c979c0ec686addc6563a394e.tar.gz
rust-e89bd9428f621545c979c0ec686addc6563a394e.zip
fix link
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs
index f5536b78beb..434b978ae31 100644
--- a/compiler/rustc/src/main.rs
+++ b/compiler/rustc/src/main.rs
@@ -31,7 +31,7 @@
 //
 // NOTE: if you are reading this comment because you want to replace jemalloc with another allocator
 // to compare their performance, see
-// https://github.com/fee1-dead-contrib/rust/commit/b90cfc887c31c3e7a9e6d462e2464db1fe506175#diff-43914724af6e464c1da2171e4a9b6c7e607d5bc1203fa95c0ab85be4122605ef
+// https://github.com/rust-lang/rust/commit/b90cfc887c31c3e7a9e6d462e2464db1fe506175#diff-43914724af6e464c1da2171e4a9b6c7e607d5bc1203fa95c0ab85be4122605ef
 // for an example of how to do so.
 
 #[unix_sigpipe = "sig_dfl"]