This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/_archive/rust-bootstrap/engrams/el-integration/src/tests/mod.rs
T

10 lines
214 B
Rust

//! Integration test modules — full pipeline end-to-end.
mod compiler_pipeline;
mod stdlib_usage;
mod protocol_conformance;
mod decorator_codegen;
mod test_framework;
mod activate_typing;
mod error_propagation;