Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-07-02
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 2, 2022
1 parent d0a7da0 commit 408e77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/bare-trait-object.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ help: use `dyn`
11 - impl Trait for Send + Sync {
11 + impl Trait for dyn Send + Sync {
|
help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
|
11 | impl<T: Send + Sync> Trait for T {
| ++++++++++++++++ ~

0 comments on commit 408e77f

Please sign in to comment.