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