blob: b054145a4831a6d681516b560c1c19ec072162bb [file] [log] [blame]
// aux-build:issue-21092.rs
// ignore-cross-compile
extern crate issue_21092;
// @has issue_21092/struct.Bar.html
// @has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
pub use issue_21092::{Foo, Bar};