We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061eb97 commit bd3356bCopy full SHA for bd3356b
tests/ui/suggestions/issue-120223.stderr
@@ -9,7 +9,7 @@ LL | Box::new(executor)
9
|
10
help: consider adding an explicit lifetime bound
11
12
-LL | executor: impl FnOnce(T) -> (dyn Future<Output = ()>) + 'static,
+LL | executor: impl FnOnce(T) -> (dyn Future<Output = ()>) + 'static,
13
| + +++++++++++
14
15
error: aborting due to 1 previous error
0 commit comments