mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
8 lines
193 B
Rust
8 lines
193 B
Rust
// 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};
|