We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1619901 commit 4e459a8Copy full SHA for 4e459a8
src/core/semantic_analyzer/mod.rs
@@ -2,6 +2,7 @@ use compiler_macros::EnumKindName;
2
3
pub mod diagnostics;
4
pub mod symbol_table;
5
+pub mod type_resolver;
6
7
// Re-export main types for convenience
8
pub use diagnostics::{DiagnosticCode, FixHint, SemanticDiagnostic};
0 commit comments