Keep internal modules private, but re-export under fuzzing feature flag
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
use libfuzzer_sys::arbitrary::{Arbitrary, Result, Unstructured};
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
use regalloc2::cfg::CFGInfo;
|
||||
use regalloc2::fuzzing::cfg::CFGInfo;
|
||||
use regalloc2::fuzzing::func::{Func, Options};
|
||||
use regalloc2::ssa::validate_ssa;
|
||||
use regalloc2::fuzzing::ssa::validate_ssa;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct TestCase {
|
||||
|
||||
Reference in New Issue
Block a user