rust/tests/rustdoc/impl-assoc-type-21092.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
290 B
Rust
Raw Permalink Normal View History

//@ aux-build:issue-21092.rs
//@ ignore-cross-compile
2023-10-05 04:04:45 +08:00
// https://github.com/rust-lang/rust/issues/21092
#![crate_name="issue_21092"]
extern crate issue_21092;
//@ has issue_21092/struct.Bar.html
//@ has - '//*[@id="associatedtype.Bar"]' 'type Bar = i32'
pub use issue_21092::{Foo, Bar};