Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
rustdoc-ui
/
error-in-impl-trait
/
generic-argument.rs
blob: 735d0f5db389c557e4bbd83aae4331e630efc044 [
file
]
//@ check-pass
trait
ValidTrait
{}
/// This has docs
pub
fn
f
()
->
impl
ValidTrait
{
Vec
::<
DoesNotExist
>::
new
()
}