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