bin.name = "typos" status.code = 2 stdin = "" stdout = """ error: `hello` should be `goodbye` --> ./file.ignore:1:1 | 1 | hello | ^^^^^ | error: `hello` should be `goodbye` --> ./file.fail:1:1 | 1 | hello | ^^^^^ | """ stderr = ""