summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-46727.rs
blob: 00e9127a34d2027edb8fe1989e8ba2d8b8291614 (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 in-band"]' 'impl<T> Foo for Bar<[T; 3]>'
pub use issue_46727::{Foo, Bar};