You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New internal lint: Invalid paths
Add a new internal lint that detects invalid paths in the `util::paths` and fix some invalid paths found.
This commit partially addresses #6047 but the lint would have to be run before running tests to close that issue.
changelog: none
It caused hard-to-debug test fallings like this: https://github.com/rust-lang-ci/rust/runs/1116251535#step:23:9212
Would be better to catch this earlier before compiling or running tests.
The text was updated successfully, but these errors were encountered: