Tidy should detect unreachable modules in compiler/
#106206
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
We shouldn't probably ever have unreachable modules in
compiler/
, so we should implement a tidy lint against them.Would've probably caught some super stupid module file duplications that happened due to a failed module rename (twice!!) in 3b9daac, resulting in the clean-up PR: #106205
The text was updated successfully, but these errors were encountered: