Sign in
rust
/
rust
/
da97a7f7bb6c2e541fdf2bc60e63aa3675c69da5
/
.
/
tests
/
rustdoc-html
/
impl
/
default-impl.rs
blob: 2ba9c4ab5ad9b559cec546d90af4a6fc158aaa4d [
file
]
//@ 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
>()
{
}