fix zulip topic URL

This commit is contained in:
Ralf Jung 2025-05-24 20:19:30 +02:00
parent d4d0216502
commit 4bbcb47239

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;