mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00: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;
|