blob: c954162589d9e076eb13314836a0cfc595b8e9ac [file] [log] [blame]
//@ compile-flags: --document-private-items
//@ edition:2021
// https://github.com/rust-lang/rust/issues/106213
fn use_avx() -> dyn {
//~^ ERROR at least one trait is required for an object type
!( ident_error )
}