rust/tests/incremental/span_hash_stable/auxiliary/mod.rs

8 lines
74 B
Rust

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