-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Move orphan module-name/mod.rs files into module-name.rs files #78076
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This already has conflicts 😅 Otherwise looks fine to me but I don't work in this part of the compiler. |
☔ The latest upstream changes (presumably #77306) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
@bors r+ rollup Straightforward rename -- I expect git to handle this well, and it seems nice to avoid the mod.rs when it's not needed anymore. (Plus, new style is to never have mod.rs so this feels right in that sense too). |
📌 Commit 66c1fc4 has been approved by |
Move orphan module-name/mod.rs files into module-name.rs files
…laumeGomez Rollup of 9 pull requests Successful merges: - rust-lang#78046 (Add codegen test for issue rust-lang#73827) - rust-lang#78061 (Optimize const value interning for ZST types) - rust-lang#78070 (we can test std and core panic macros together) - rust-lang#78076 (Move orphan module-name/mod.rs files into module-name.rs files) - rust-lang#78129 (Wrapping intrinsics doc links update.) - rust-lang#78133 (Add some MIR-related regression tests) - rust-lang#78144 (Don't update `entries` in `TypedArena` if T does not need drop) - rust-lang#78145 (Drop unneeded `mut`) - rust-lang#78157 (Remove unused type from librustdoc) Failed merges: r? `@ghost`
No description provided.