rust/tests/rustdoc-ui/issues/issue-106213.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
173 B
Rust
Raw Normal View History

//@ compile-flags: --document-private-items
//@ edition:2021
fn use_avx() -> dyn {
//~^ ERROR at least one trait is required for an object type
!( ident_error )
}