Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-07-09
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 9, 2023
1 parent 9ff79e9 commit 332a652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ui/missing-supertrait.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ error[E0277]: the trait bound `dyn MyTrait: Clone` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `DynClone`:
[T]
str
[T]
= note: required for `dyn MyTrait` to implement `DynClone`
note: required by a bound in `clone_box`
--> src/lib.rs
Expand All @@ -31,8 +31,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send: Clone` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `DynClone`:
[T]
str
[T]
= note: required for `dyn MyTrait + Send` to implement `DynClone`
note: required by a bound in `clone_box`
--> src/lib.rs
Expand All @@ -54,8 +54,8 @@ error[E0277]: the trait bound `dyn MyTrait + Sync: Clone` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `DynClone`:
[T]
str
[T]
= note: required for `dyn MyTrait + Sync` to implement `DynClone`
note: required by a bound in `clone_box`
--> src/lib.rs
Expand All @@ -77,8 +77,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send + Sync: Clone` is not satisfie
| required by a bound introduced by this call
|
= help: the following other types implement trait `DynClone`:
[T]
str
[T]
= note: required for `dyn MyTrait + Send + Sync` to implement `DynClone`
note: required by a bound in `clone_box`
--> src/lib.rs
Expand Down

0 comments on commit 332a652

Please sign in to comment.