blob: d0ce9c34f51b90967486b75dbd50f45b670601f3 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/46727
#![crate_name="foo"]
// aux-build:issue-46727.rs
extern crate issue_46727;
// @has foo/trait.Foo.html
// @has - '//h3[@class="code-header"]' 'impl<T> Foo for Bar<[T; 3]>'
pub use issue_46727::{Foo, Bar};