about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDevin R <devin.ragotzy@gmail.com>2020-04-20 15:47:08 -0400
committerDevin R <devin.ragotzy@gmail.com>2020-04-20 15:47:08 -0400
commit3fbe32144010a20d048c9ae8e5e8d874d876f9ec (patch)
tree1896e43f9f2eb459d1833c850e56726e60301aa6
parent489dd2e504446a483ad7bb1241aefe3d9bdc3dab (diff)
downloadrust-3fbe32144010a20d048c9ae8e5e8d874d876f9ec.tar.gz
rust-3fbe32144010a20d048c9ae8e5e8d874d876f9ec.zip
update stderr file
-rw-r--r--tests/ui/if_let_mutex.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/if_let_mutex.stderr b/tests/ui/if_let_mutex.stderr
index 0c24d650c27..e9c4d916332 100644
--- a/tests/ui/if_let_mutex.stderr
+++ b/tests/ui/if_let_mutex.stderr
@@ -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);