Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
rustdoc
/
issue-46727.rs
blob: 8cfc4827a7f4cfeba5dbf035da503904d5b3e8db [
file
] [
log
] [
blame
]
// aux-build:issue-46727.rs
extern
crate issue_46727
;
// @has issue_46727/trait.Foo.html
// @has - '//h3[@class="code-header"]' 'impl<T> Foo for Bar<[T; 3]>'
pub
use
issue_46727
::{
Foo
,
Bar
};