Merge pull request #4348 from RalfJung/urlfix

fix zulip topic URL
This commit is contained in:
Ralf Jung 2025-05-24 18:50:05 +00:00 committed by GitHub
commit 8a7911019f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;