You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tests/ui/await_holding_lock.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ LL | | };
46
46
| |_____^
47
47
48
48
error: this MutexGuard is held across an 'await' point. Consider using an async-aware Mutex type or ensuring the MutexGuard is dropped before calling await.
49
-
--> $DIR/await_holding_lock.rs:52:13
49
+
--> $DIR/await_holding_lock.rs:53:13
50
50
|
51
51
LL | let guard = x.lock().unwrap();
52
52
| ^^^^^
53
53
|
54
54
note: these are all the await points this lock is held through
0 commit comments