mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 16:43:07 +00:00
* prefix with the message level * if the scope is not default, also prefix with the scope This makes the stack trace test pass, with no changes to the test case, because errors returned from main() now print `error: Foo` just like they do in master branch.