Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-12-13
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 13, 2023
1 parent 452d51c commit 36e4c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/expected_named.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error[E0106]: missing lifetime specifier
| ^^^^^^^^ expected named lifetime parameter
|
= help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from
help: consider using the `'static` lifetime
help: consider using the `'static` lifetime, but this is uncommon unless you're returning a borrowed value from a `const` or a `static`, or if you will only have owned values
|
5 | fn borrowed() -> UniquePtr<Borrowed<'static>>;
| +++++++++

0 comments on commit 36e4c54

Please sign in to comment.