mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
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
|
Specify desired lifetime of parameter `content` or indicate the anonymous
|
||||||
lifetime like `content: Content<'_>`. The anonymous lifetime tells the Rust
|
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.
|
its execution.
|
||||||
|
|
||||||
The `implicit elision` meaning the omission of suggested lifetime that is
|
The `implicit elision` meaning the omission of suggested lifetime that is
|
||||||
|
Loading…
Reference in New Issue
Block a user