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