-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Reorganise the testsuite crate module hierarchy #5762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
🏆 @bors: r+ My hero! |
|
📌 Commit 566b4c343a2ca2265ed49437d6f4fc64263ee73d has been approved by |
|
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
|
☔ The latest upstream changes (presumably #5763) made this pull request unmergeable. Please resolve the merge conflicts. |
* Collapse the nested cargotest::support module into the cargotest module (merge the mod.rs's) * Rename the cargotest module to support * Nest the top-level hamcrest module into support
|
@bors: r+ |
|
📌 Commit 43b42d6 has been approved by |
Reorganise the testsuite crate module hierarchy * Collapse the nested cargotest::support module into the cargotest module (merge the mod.rs's) * Rename the cargotest module to support * Nest the top-level hamcrest module into support Fixes #5744 I apologise ahead-of-time to the authors of the PRs this is going to break..
|
☀️ Test successful - status-appveyor, status-travis |
module (merge the mod.rs's)
Fixes #5744
I apologise ahead-of-time to the authors of the PRs this is going to break..