Update compiler/rustc_error_codes/src/error_codes/E0726.md
Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
parent
b2acf3ea64
commit
d6ef6e0080
@ -25,7 +25,7 @@ block_on(future);
|
||||
|
||||
Specify desired lifetime of parameter `content` or indicate the anonymous
|
||||
lifetime like `content: Content<'_>`. The anonymous lifetime tells the Rust
|
||||
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
|
||||
its execution.
|
||||
|
||||
The `implicit elision` meaning the omission of suggested lifetime that is
|
||||
|
Loading…
x
Reference in New Issue
Block a user