aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/suggestions.cc
AgeCommit message (Collapse)Author
2022-03-07Implement `operator<<` for Suggestionsregnat
That way there’s no need to explicitely convert it to a string when printing it
2022-03-07Add some tests for the suggestionsregnat
2022-03-07Implement a suggestions mechanismregnat
Each `Error` class now includes a set of suggestions, and these are printed by the top-level handler.