about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-28 19:20:22 +0000
committerbors <bors@rust-lang.org>2024-12-28 19:20:22 +0000
commit8742e0556dee3c64f7144de2fb2e88936418865a (patch)
treee1d5d754092d24c1ff2b2248135a9f3632dc0705 /compiler/rustc_codegen_llvm/src/errors.rs
parentceb0441e82259c6fca91aa5aea391e9d0f3ec272 (diff)
parentc393811a48932a13b44ef2546a6c0f7ce9225857 (diff)
downloadrust-8742e0556dee3c64f7144de2fb2e88936418865a.tar.gz
rust-8742e0556dee3c64f7144de2fb2e88936418865a.zip
Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkan
bootstrap: drop warning for top-level test suite path check due to false positives

The current top-level test suite directory does not exist warning logic doesn't quite handle the more exotic path suffix matches that test filters seem to accept (e.g. `library/test` can be matched with `--exclude test`), so avoid warning on non-existent top-level test suites for now. To avoid false positives, we probably need to query test `Step`s for their `should_run(exclude_filter)` logic.

This retains the fix for the Windows path handling (unlike #134843).

r? `@onur-ozkan`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions