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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
74 B
Rust
Raw Normal View History

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