mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
9 lines
208 B
Rust
9 lines
208 B
Rust
// 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};
|