-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
core: move intrinsics.rs into intrinsics folder #132639
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @workingjubilee. Use |
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
This feels like a limitation of triagebot that should ideally be addressed. |
Wouldn't a |
Yeah, but IMO it makes more sense to have all the intrinsics in one folder.
|
oh boy, is it time for the annual slapfight between "people who navigate Rust modules from the module names first" and "people who navigate Rust modules via the folders first"? |
To be clear, I have no preference but I do have a mild dislike for churn. Anyway, I'll leave it up to the reviewer. |
☔ The latest upstream changes (presumably #132661) made this pull request unmergeable. Please resolve the merge conflicts. |
@rust-lang/libs in the end this is up to you. :) |
While I personally prefer the |
The standard library has 193 |
The standard library also has 457 directories which indicates that the prevailing style is to not use mod.rs. Anyways, I don't feel too strongly about this so r=me unless someone else feels strongly about it. |
FWIW for modules which only contain a "tests" file, the |
I
considering the first and last items, I most prefer to r+ this if someone first opens an issue on the triagebot repo that it might be nice if the triagebot syntax worked for this case "automatically". |
Triagebot is configured in terms of files and folders, not Rust modules. IMO it'd be strange if it worked any differently. So I've formulated the issue in a more open-ended way: rust-lang/triagebot#1855. |
Yes, I was struggling to phrase the "automatically" there as I was considering it. Thank you. |
This makes the rustbot notification we have set up for this folder in
triagebot.toml
actually work. Also IMO it makes more sense to have it all in one folder.