From 6ceec5361c80b466f4a2a3719efb09ad6d6efa99 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 10 Feb 2025 12:57:52 +1300 Subject: Create struct for reporting in detail the symbols in a resolver This is used for debugging symbol definition and resolution issues. --- src/reports/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reports/mod.rs') diff --git a/src/reports/mod.rs b/src/reports/mod.rs index c2e941d..49fdff7 100644 --- a/src/reports/mod.rs +++ b/src/reports/mod.rs @@ -1,8 +1,10 @@ mod resolver_error; mod source_hierarchy; +mod source_symbols; pub use resolver_error::*; pub use source_hierarchy::*; +pub use source_symbols::*; use crate::*; -- cgit v1.2.3-70-g09d2