Skip to content

Commit 332a652

Browse files
committed
Update ui test suite to nightly-2023-07-09
1 parent 9ff79e9 commit 332a652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/missing-supertrait.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ error[E0277]: the trait bound `dyn MyTrait: Clone` is not satisfied
88
| required by a bound introduced by this call
99
|
1010
= help: the following other types implement trait `DynClone`:
11-
[T]
1211
str
12+
[T]
1313
= note: required for `dyn MyTrait` to implement `DynClone`
1414
note: required by a bound in `clone_box`
1515
--> src/lib.rs
@@ -31,8 +31,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send: Clone` is not satisfied
3131
| required by a bound introduced by this call
3232
|
3333
= help: the following other types implement trait `DynClone`:
34-
[T]
3534
str
35+
[T]
3636
= note: required for `dyn MyTrait + Send` to implement `DynClone`
3737
note: required by a bound in `clone_box`
3838
--> src/lib.rs
@@ -54,8 +54,8 @@ error[E0277]: the trait bound `dyn MyTrait + Sync: Clone` is not satisfied
5454
| required by a bound introduced by this call
5555
|
5656
= help: the following other types implement trait `DynClone`:
57-
[T]
5857
str
58+
[T]
5959
= note: required for `dyn MyTrait + Sync` to implement `DynClone`
6060
note: required by a bound in `clone_box`
6161
--> src/lib.rs
@@ -77,8 +77,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send + Sync: Clone` is not satisfie
7777
| required by a bound introduced by this call
7878
|
7979
= help: the following other types implement trait `DynClone`:
80-
[T]
8180
str
81+
[T]
8282
= note: required for `dyn MyTrait + Send + Sync` to implement `DynClone`
8383
note: required by a bound in `clone_box`
8484
--> src/lib.rs

0 commit comments

Comments
 (0)