Closed
Description
I've added a single word to an error message, and it broke tests for a silly reason:
tidy error: /checkout/src/test/ui/export-fully-qualified.rs:6: line longer than 100 chars
tidy error: /checkout/src/test/ui/export2.rs:2: line longer than 100 chars
tidy error: /checkout/src/test/ui/imports/extern-prelude-extern-crate-fail.rs:10: line longer than 100 chars
The line has to be that long, otherwise it's not testing the message. I don't know what to do about this.