-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
It could happen that someone is initially supposed to add a UI test using the //~ ERROR
but noticed it's hard/impossible with that test, then used the error-pattern
annotation instead.
In this situation, a .stderr
file is created after running x.py test
, but tidy won't complain about removing it after switching to error-pattern
. Note that error-pattern
doesn't need that file.
Yes, I made the exact same mistake in #97075, it'd be helpful if tidy finds it and tells us.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)