Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
7 lines
201 B
Rust
7 lines
201 B
Rust
// 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};
|