-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
By default compiletest seems to dump the output in json which is good but difficult to read. Human readable output can be added manually by including a compiler directive at the top of the file.
// compile-flags: --error-format=human
fn foo() {
}Would it be possible to add an option to Config so that this does not need to be done for every file?
Metadata
Metadata
Assignees
Labels
No labels