mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 20:47:48 +00:00
8 lines
74 B
Rust
8 lines
74 B
Rust
#[cfg(rpass1)]
|
|
pub mod sub2;
|
|
|
|
pub mod sub1;
|
|
|
|
#[cfg(rpass2)]
|
|
pub mod sub2;
|