mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
4 lines
143 B
Rust
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;
|