about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-05 13:02:42 +0000
committerbors <bors@rust-lang.org>2024-03-05 13:02:42 +0000
commitc7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e (patch)
tree0c735045917e5f6f2432d5c81337e1431a65fad2 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parentbdde2a80aef587cdbb8eb2d6e295d5c1d05830d9 (diff)
parent247a080b9852e3ab176cca63f5695c8a6b2202cd (diff)
downloadrust-c7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e.tar.gz
rust-c7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e.zip
Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkan
tidy: split dots in filename not the entire path when checking for stray stdout/stderr files

I committed a path crime by splitting the entire path on `.`, when I meant to split on the filename. This means that any parent folders which contain `.` will cause tidy failure. Added a regression test so that doesn't happen again.

### Follow-up

- [ ] Adjust rustc-dev-guide to document assert on test name not containing dots. https://github.com/rust-lang/rustc-dev-guide/pull/1927

Fixes #121986.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions