2022-12-29 07:48:40 -06:00
|
|
|
error[E0224]: at least one trait is required for an object type
|
|
|
|
--> $DIR/issue-106213.rs:4:17
|
|
|
|
|
|
|
|
|
LL | fn use_avx() -> dyn {
|
|
|
|
| ^^^
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-12-29 07:48:40 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0224`.
|