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