about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/deduplicate-inlined-items-23207.rs
blob: 60c2e0f06d3ba186f0e60104241f8416756940b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//@ aux-build:issue-23207-1.rs
//@ aux-build:issue-23207-2.rs
//@ ignore-cross-compile

// https://github.com/rust-lang/rust/issues/23207
#![crate_name="issue_23207"]

extern crate issue_23207_2;

//@ has issue_23207/fmt/index.html
//@ count - '//*[@class="struct"]' 1
pub use issue_23207_2::fmt;