2017-12-23 10:16:03 +00:00
|
|
|
// aux-build:issue-46727.rs
|
|
|
|
|
|
|
|
extern crate issue_46727;
|
|
|
|
|
|
|
|
// @has issue_46727/trait.Foo.html
|
2022-09-25 20:52:26 +00:00
|
|
|
// @has - '//h3[@class="code-header"]' 'impl<T> Foo for Bar<[T; 3]>'
|
2017-12-23 10:16:03 +00:00
|
|
|
pub use issue_46727::{Foo, Bar};
|