2022-12-29 21:48:40 +08:00
|
|
|
//@ compile-flags: --document-private-items
|
|
|
|
|
//@ edition:2021
|
2024-12-08 21:39:48 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/106213
|
2022-12-29 21:48:40 +08:00
|
|
|
|
|
|
|
|
fn use_avx() -> dyn {
|
|
|
|
|
//~^ ERROR at least one trait is required for an object type
|
|
|
|
|
!( ident_error )
|
|
|
|
|
}
|