]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-21092.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / rustdoc / issue-21092.rs
1 // aux-build:issue-21092.rs
2 // ignore-cross-compile
3
4 extern crate issue_21092;
5
6 // @has issue_21092/struct.Bar.html
7 // @has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
8 pub use issue_21092::{Foo, Bar};