rust/tests/incremental/span_hash_stable/auxiliary/mod.rs
2023-01-11 09:32:08 +00:00

8 lines
74 B
Rust

#[cfg(rpass1)]
pub mod sub2;
pub mod sub1;
#[cfg(rpass2)]
pub mod sub2;