summary refs log tree commit diff
path: root/src/test/rustdoc/issue-21092.rs
blob: 14f547abd9a68b59bd7a1715c723911773ec82f2 (plain)
1
2
3
4
5
6
7
8
9
// aux-build:issue-21092.rs
// ignore-cross-compile

extern crate issue_21092;

// @has issue_21092/Bar.t.html
// @has issue_21092/struct.Bar.html
// @has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
pub use issue_21092::{Foo, Bar};