diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-24 18:50:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 18:50:05 +0000 |
| commit | 8a7911019fc8933541e85e39ce7f89768c858fc0 (patch) | |
| tree | 0055528e21dc0dfb44b8fc5b61c3480e4122fbd4 /src | |
| parent | d4d0216502b055dbfa5f14f51f5026d692ad431a (diff) | |
| parent | 4bbcb47239d65893ca6ff6aa8da6266ee5396719 (diff) | |
| download | rust-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.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; |
