mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
update stderr file
This commit is contained in:
parent
489dd2e504
commit
3fbe321440
@ -13,7 +13,7 @@ LL | | };
|
||||
= help: move the lock call outside of the `if let ...` expression
|
||||
|
||||
error: calling `Mutex::lock` inside the scope of another `Mutex::lock` causes a deadlock
|
||||
--> $DIR/if_let_mutex.rs:20:5
|
||||
--> $DIR/if_let_mutex.rs:22:5
|
||||
|
|
||||
LL | / if let Some(locked) = m.lock().unwrap().deref() {
|
||||
LL | | do_stuff(locked);
|
||||
|
Loading…
Reference in New Issue
Block a user