Move dyn* tests to their own directory
This commit is contained in:
parent
3c2d20ef0b
commit
de42ac3970
@ -1,5 +1,5 @@
|
||||
error[E0277]: the trait bound `{integer}: Foo` is not satisfied
|
||||
--> $DIR/dyn-star-trait-error.rs:9:27
|
||||
--> $DIR/error.rs:9:27
|
||||
|
|
||||
LL | let dyn_i: dyn* Foo = i as dyn* Foo;
|
||||
| ^ the trait `Foo` is not implemented for `{integer}`
|
Loading…
Reference in New Issue
Block a user