Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
default-impl.rs
blob: f11b3b29b93728aa0f79b1f0dfce2363fb622177 [
file
] [
log
] [
blame
]
// aux-build:rustdoc-default-impl.rs
// ignore-cross-compile
extern
crate rustdoc_default_impl
as
foo
;
pub
use
foo
::
bar
;
pub
fn
wut
<
T
:
bar
::
Bar
>()
{
}