We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2acf3e commit d6ef6e0Copy full SHA for d6ef6e0
compiler/rustc_error_codes/src/error_codes/E0726.md
@@ -25,7 +25,7 @@ block_on(future);
25
26
Specify desired lifetime of parameter `content` or indicate the anonymous
27
lifetime like `content: Content<'_>`. The anonymous lifetime tells the Rust
28
-compiler that `content` is only needed until the create function is done with
+compiler that `content` is only needed until the `create` function is done with
29
its execution.
30
31
The `implicit elision` meaning the omission of suggested lifetime that is
0 commit comments