rust/tests/rustdoc/issue-46727.rs

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

8 lines
193 B
Rust
Raw Normal View History

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