about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-05-24 20:19:30 +0200
committerRalf Jung <post@ralfj.de>2025-05-24 20:19:30 +0200
commit4bbcb47239d65893ca6ff6aa8da6266ee5396719 (patch)
tree0055528e21dc0dfb44b8fc5b61c3480e4122fbd4
parentd4d0216502b055dbfa5f14f51f5026d692ad431a (diff)
downloadrust-4bbcb47239d65893ca6ff6aa8da6266ee5396719.tar.gz
rust-4bbcb47239d65893ca6ff6aa8da6266ee5396719.zip
fix zulip topic URL
-rw-r--r--src/tools/miri/tests/many-seeds/reentrant-lock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/many-seeds/reentrant-lock.rs b/src/tools/miri/tests/many-seeds/reentrant-lock.rs
index 8a363179a9c..4c2dc463f48 100644
--- a/src/tools/miri/tests/many-seeds/reentrant-lock.rs
+++ b/src/tools/miri/tests/many-seeds/reentrant-lock.rs
@@ -1,6 +1,6 @@
 #![feature(reentrant_lock)]
 //! This is a regression test for
-//! <https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/reentrant.20lock.20failure.20on.20musl>.
+//! <https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/reentrant.20lock.20failure.20on.20mips>.
 
 use std::cell::Cell;
 use std::sync::ReentrantLock;