Fix check_for_file_and_add's check for conflict file#12135
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
294bd92 to
5e01bc8
Compare
weihanglo
left a comment
There was a problem hiding this comment.
Please refer to this chapter regarding writing tests in Cargo.
For how to review and test your change on our side, it needn't be too complicated. You can either write down steps of doing a manual test, or how to understand each commits.
Signed-off-by: Eval EXEC <execvy@gmail.com>
5e01bc8 to
1dde1e1
Compare
Signed-off-by: Eval EXEC <execvy@gmail.com>
543847d to
e906797
Compare
weihanglo
left a comment
There was a problem hiding this comment.
Looks good. Thanks for the quick fix!
|
@bors r+ |
|
☀️ Test successful - checks-actions |
Update cargo 8 commits in 13413c64ff88dd6c2824e9eb9374fc5f10895d28..09276c703a473ab33daaeb94917232e80eefd628 2023-05-10 13:46:18 +0000 to 2023-05-16 21:43:35 +0000 - docs: Clarify that crates.io doesn't link to docs.rs right away. (rust-lang/cargo#12146) - docs(ref): Clarify MSRV is generally minor (rust-lang/cargo#12122) - Fix `check_for_file_and_add`'s check for conflict file (rust-lang/cargo#12135) - Fixes: Incorrect document link (rust-lang/cargo#12143) - doc: intra-doc links and doc comments for build script (rust-lang/cargo#12133) - Add Cargo team charter. (rust-lang/cargo#12010) - Remove useless drop of copy type (rust-lang/cargo#12136) - Fix dep/feat syntax with hidden implicit optional dependencies (rust-lang/cargo#12130) r? ghost
What does this PR try to resolve?
Fixes #12127
How should we test and review this PR?