Skip to content

Commit 177161f

Browse files
committed
fix zulip topic URL
1 parent 8fc6a6b commit 177161f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/many-seeds/reentrant-lock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(reentrant_lock)]
22
//! This is a regression test for
3-
//! <https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/reentrant.20lock.20failure.20on.20musl>.
3+
//! <https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/reentrant.20lock.20failure.20on.20mips>.
44
55
use std::cell::Cell;
66
use std::sync::ReentrantLock;

0 commit comments

Comments
 (0)