1 2 3 4 5 6 7 8 9 10 11 12 13 14
#[path = "helpers/mod.rs"] mod helpers; #[path = "hir/mod.rs"] mod hir; #[path = "ide/mod.rs"] mod ide; #[path = "parser/mod.rs"] mod parser; #[path = "syntax/mod.rs"] mod syntax;