mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
5 lines
92 B
Rust
5 lines
92 B
Rust
mod detail {
|
|
pub extern crate issue_28927_2 as inner2;
|
|
}
|
|
pub use detail::inner2 as bar;
|