diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-24 20:19:30 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-24 20:19:30 +0200 |
| commit | 4bbcb47239d65893ca6ff6aa8da6266ee5396719 (patch) | |
| tree | 0055528e21dc0dfb44b8fc5b61c3480e4122fbd4 | |
| parent | d4d0216502b055dbfa5f14f51f5026d692ad431a (diff) | |
| download | rust-4bbcb47239d65893ca6ff6aa8da6266ee5396719.tar.gz rust-4bbcb47239d65893ca6ff6aa8da6266ee5396719.zip | |
fix zulip topic URL
| -rw-r--r-- | src/tools/miri/tests/many-seeds/reentrant-lock.rs | 2 |
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; |
