rust/src/test/rustdoc/issue-46727.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
201 B
Rust
Raw Normal View History

2017-12-23 11:16:03 +01:00
// 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]>'
2017-12-23 11:16:03 +01:00
pub use issue_46727::{Foo, Bar};