summaryrefslogtreecommitdiff
path: root/tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-04-25 18:59:16 +0000
committerMichael Goulet <michael@errs.io>2023-04-27 17:18:11 +0000
commitf0fc4f9acf19c2d35406688ff39106e90edfa979 (patch)
tree2985b293b46fba1c0ce9befa1e59cf7f43bf1f5c /tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr
parent12a2f24b156973316dd0853dc0263bf8efff1ac4 (diff)
downloadrust-f0fc4f9acf19c2d35406688ff39106e90edfa979.tar.gz
Tweak await span
Diffstat (limited to 'tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr')
-rw-r--r--tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr b/tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr
index 7a422891ab1..4f7b40a5efe 100644
--- a/tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr
+++ b/tests/ui/lint/must_not_suspend/warn.drop_tracking.stderr
@@ -4,7 +4,7 @@ warning: `Umm` held across a suspend point, but should not be
LL | let _guard = bar();
| ^^^^^^
LL | other().await;
- | ------ the value is held across this suspend point
+ | ----- the value is held across this suspend point
|
note: You gotta use Umm's, ya know?
--> $DIR/warn.rs:24:9