Skip to content

Commit de42ac3

Browse files
committed
Move dyn* tests to their own directory
1 parent 3c2d20e commit de42ac3

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

src/test/ui/async-await/dyn-star-trait-error.stderr renamed to src/test/ui/dyn-star/error.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0277]: the trait bound `{integer}: Foo` is not satisfied
2-
--> $DIR/dyn-star-trait-error.rs:9:27
2+
--> $DIR/error.rs:9:27
33
|
44
LL | let dyn_i: dyn* Foo = i as dyn* Foo;
55
| ^ the trait `Foo` is not implemented for `{integer}`

0 commit comments

Comments
 (0)