about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-05-24 18:50:05 +0000
committerGitHub <noreply@github.com>2025-05-24 18:50:05 +0000
commit8a7911019fc8933541e85e39ce7f89768c858fc0 (patch)
tree0055528e21dc0dfb44b8fc5b61c3480e4122fbd4 /src
parentd4d0216502b055dbfa5f14f51f5026d692ad431a (diff)
parent4bbcb47239d65893ca6ff6aa8da6266ee5396719 (diff)
downloadrust-8a7911019fc8933541e85e39ce7f89768c858fc0.tar.gz
rust-8a7911019fc8933541e85e39ce7f89768c858fc0.zip
Merge pull request #4348 from RalfJung/urlfix
fix zulip topic URL
Diffstat (limited to 'src')
-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;