Skip to content

Commit 6c10527

Browse files
authored
Merge pull request #4348 from RalfJung/urlfix
fix zulip topic URL
2 parents 8fc6a6b + 177161f commit 6c10527

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)