Skip to content

Commit d6ef6e0

Browse files
Update compiler/rustc_error_codes/src/error_codes/E0726.md
Co-authored-by: Michael Goulet <[email protected]>
1 parent b2acf3e commit d6ef6e0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0726.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ block_on(future);
2525

2626
Specify desired lifetime of parameter `content` or indicate the anonymous
2727
lifetime like `content: Content<'_>`. The anonymous lifetime tells the Rust
28-
compiler that `content` is only needed until the create function is done with
28+
compiler that `content` is only needed until the `create` function is done with
2929
its execution.
3030

3131
The `implicit elision` meaning the omission of suggested lifetime that is

0 commit comments

Comments
 (0)