Update source code layout in src/#12515
Closed
papanikge wants to merge 1 commit intorust-lang:masterfrom
Closed
Conversation
src/README.md
Outdated
Member
There was a problem hiding this comment.
As a small nit, this isn't quite the memory allocator but rather just a memory allocator. This is not used by default, it's meant for more specialized use cases.
Member
|
Thanks for doing this! |
Contributor
Author
|
I added/corrected the things you mentioned. |
Member
|
Could you squash the two commits together as well? Other than that this looks good to go for me. |
with the new modules that moved from extra, and with other undocumented folders. also add a note about potential changes.
Contributor
Author
|
Done. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 25, 2022
fix: Pass the build data to rustc_private crates With this all proc-macros should resolve in rustc now when setting up the build script running command properly.
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
May 2, 2024
fix `for x in y unsafe { }`
fixes rust-lang#12514
----
changelog: [`needless_for_each`]: unsafe block in for loop body suggestion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I included the new modules that moved from extra,
and any other undocumented folders.
I'm new to rust, so I don't know if I'm correct to all the folder descriptions.