We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fc6a6b + 177161f commit 6c10527Copy full SHA for 6c10527
tests/many-seeds/reentrant-lock.rs
@@ -1,6 +1,6 @@
1
#![feature(reentrant_lock)]
2
//! This is a regression test for
3
-//! <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>.
4
5
use std::cell::Cell;
6
use std::sync::ReentrantLock;
0 commit comments