summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-46727.rs
blob: 8cfc4827a7f4cfeba5dbf035da503904d5b3e8db (plain)
1
2
3
4
5
6
7
// 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};