Move dyn* tests to their own directory
This commit is contained in:
parent
3c2d20ef0b
commit
de42ac3970
6 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue