about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-106213.rs
blob: 5c3a83902523fe60034e8015f8a16ba984e0b68a (plain)
1
2
3
4
5
6
7
//@ compile-flags: --document-private-items
//@ edition:2021

fn use_avx() -> dyn  {
    //~^ ERROR at least one trait is required for an object type
    !( ident_error )
}