roc/crates/compiler/test_gen/src/lib.rs
2022-11-03 20:02:10 +11:00

4 lines
143 B
Rust

//! Contains all of Roc's [code generation](https://en.wikipedia.org/wiki/Code_generation_(compiler))
//! tests.
#[cfg(test)]
pub mod helpers;