Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
issue-46727.rs
blob: 0f991cf676ff7834fccd428d71401c8681218a1a [
file
] [
log
] [
blame
]
// aux-build:issue-46727.rs
extern
crate issue_46727
;
// @has issue_46727/trait.Foo.html
// @has - '//code' 'impl<T> Foo for Bar<[T; 3]>'
pub
use
issue_46727
::{
Foo
,
Bar
};