Skip to content

Changes after std move to library #817

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

Closed
tesuji opened this issue Jul 31, 2020 · 1 comment · Fixed by #765
Closed

Changes after std move to library #817

tesuji opened this issue Jul 31, 2020 · 1 comment · Fixed by #765

Comments

@tesuji
Copy link
Contributor

tesuji commented Jul 31, 2020

The first section of this chapter need to be reword: https://github.com/rust-lang/rustc-dev-guide/blob/master/src/compiler-src.md

The main Rust repository consists of a src directory, under which there live many crates. These crates contain the sources for the standard library and the compiler. This document, of course, focuses on the latter.

Could be rewritten as:
The main Rust repository consists of two directory: src and library, under which there live many crates.
library contains the sources for the standard library.
While src is where compiler and its components live.
This document, of course, focuses on the latter.

@mark-i-m
Copy link
Member

Sorry, I've been a bit swamped lately. This is on my list. There is still some change going on, especially wrt to src/librustc_*. #815 fixed a bunch of stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants