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