Skip to content

Commit 3fbe321

Browse files
committed
update stderr file
1 parent 489dd2e commit 3fbe321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/if_let_mutex.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | | };
1313
= help: move the lock call outside of the `if let ...` expression
1414

1515
error: calling `Mutex::lock` inside the scope of another `Mutex::lock` causes a deadlock
16-
--> $DIR/if_let_mutex.rs:20:5
16+
--> $DIR/if_let_mutex.rs:22:5
1717
|
1818
LL | / if let Some(locked) = m.lock().unwrap().deref() {
1919
LL | | do_stuff(locked);

0 commit comments

Comments
 (0)