Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
rustdoc-ui
/
error-in-impl-trait
/
generic-argument.rs
blob: dcec379d47e946c0b91fc2fae68a3d50b806a94f [
file
] [
log
] [
blame
]
// check-pass
trait
ValidTrait
{}
/// This has docs
pub
fn
f
()
->
impl
ValidTrait
{
Vec
::<
DoesNotExist
>::
new
()
}