summaryrefslogtreecommitdiff
path: root/src/reports/mod.rs
Commit message (Collapse)AuthorAge
* Create struct for reporting in detail the symbols in a resolverBen Bridle2025-02-10
| | | | This is used for debugging symbol definition and resolution issues.
* Import from the log and ansi crates once in the reports moduleBen Bridle2025-02-10
| | | | This is tidier than duplicate imports in every file of the module.
* Move report-printing structs to separate moduleBen Bridle2025-02-10