2015-04-07 10:53:10 -07:00
|
|
|
// aux-build:issue-21092.rs
|
2015-04-22 15:22:36 -07:00
|
|
|
// ignore-cross-compile
|
2015-04-07 10:53:10 -07:00
|
|
|
|
2023-10-04 13:04:45 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/21092
|
2023-10-04 12:08:47 -07:00
|
|
|
#![crate_name="issue_21092"]
|
|
|
|
|
2015-04-07 10:53:10 -07:00
|
|
|
extern crate issue_21092;
|
|
|
|
|
|
|
|
// @has issue_21092/struct.Bar.html
|
2016-02-12 09:43:33 +01:00
|
|
|
// @has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
|
2015-04-07 10:53:10 -07:00
|
|
|
pub use issue_21092::{Foo, Bar};
|