]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-23207.rs
Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay
[rust.git] / tests / rustdoc / issue-23207.rs
1 // aux-build:issue-23207-1.rs
2 // aux-build:issue-23207-2.rs
3 // ignore-cross-compile
4
5 extern crate issue_23207_2;
6
7 // @has issue_23207/fmt/index.html
8 // @count - '//*[@class="struct"]' 1
9 pub use issue_23207_2::fmt;