Skip to content

Changes after std move to library #817

Closed
@tesuji

Description

@tesuji

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions