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.
1 parent 85460f4 commit d6cd31eCopy full SHA for d6cd31e
src/concurrency/genmc/intercept.rs
@@ -122,7 +122,7 @@ trait EvalContextExtPriv<'tcx>: crate::MiriInterpCxExt<'tcx> {
122
@capture<'tcx> {
123
mutex: MPlaceTy<'tcx>,
124
}
125
- |this, _unblock: crate::UnblockKind| {
+ |_this, _unblock: crate::UnblockKind| {
126
unreachable!("A thread blocked on `Mutex::lock` should not be unblocked again.");
127
128
),
0 commit comments