mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
10 lines
214 B
Rust
10 lines
214 B
Rust
// 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;
|