Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-07-26
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 26, 2022
1 parent 9e0d368 commit 85f0b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ui/expected_named.stderr
Expand Up @@ -8,4 +8,4 @@ error[E0106]: missing lifetime specifier
help: consider using the `'static` lifetime
|
5 | fn borrowed() -> UniquePtr<Borrowed<'static>>;
| ~~~~~~~~~~~~~~~~~
| +++++++++
4 changes: 2 additions & 2 deletions tests/ui/unsupported_elided.stderr
Expand Up @@ -19,5 +19,5 @@ error[E0106]: missing lifetime specifier
= help: this function's return type contains a borrowed value, but the signature does not say which one of `t`'s 2 lifetimes it is borrowed from
help: consider introducing a named lifetime parameter
|
8 | fn f<'a>(t: &'a T) -> &'a str;
| ++++ ++ ++
8 | fn f<'a>(t: &'a T<'a>) -> &'a str;
| ++++ ++ ++++ ++

0 comments on commit 85f0b88

Please sign in to comment.