Problem
Currently, the fuzzing infrastructure only tests single-file programs. It does not run the driver implementation or verify the process of building multi-file programs via Module nodes (once that feature is implemented in #337).
Task: Research the best strategy to generate multi-file AST structures with the arbitrary crate and implement it.
Problem
Currently, the fuzzing infrastructure only tests single-file programs. It does not run the driver implementation or verify the process of building multi-file programs via
Modulenodes (once that feature is implemented in #337).Task: Research the best strategy to generate multi-file AST structures with the arbitrary crate and implement it.