summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-23207.rs
blob: 1a4b849ee8209759c2c0bdd3003e63b08603f0fe (plain)
1
2
3
4
5
6
7
8
9
// aux-build:issue-23207-1.rs
// aux-build:issue-23207-2.rs
// ignore-cross-compile

extern crate issue_23207_2;

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