Skip to content

Commit db42abe

Browse files
committed
Auto merge of #74862 - mark-i-m:mv-compiler, r=petrochenkov
Move almost all compiler crates to compiler/ This PR implements rust-lang/compiler-team#336 and moves all `rustc_*` crates from `src` to the new `compiler` directory. `librustc_foo` directories are renamed to `rustc_foo`. `src` directories are introduced inside `rustc_*` directories to mirror the scheme already use for `library` crates.
2 parents 0dad47c + 6e26bb1 commit db42abe

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ authors = ["The Rust Project Developers"]
33
name = "rustc_graphviz"
44
version = "0.0.0"
55
edition = "2018"
6-
7-
[lib]
8-
name = "rustc_graphviz"
9-
path = "lib.rs"

lib.rs renamed to src/lib.rs

File renamed without changes.

tests.rs renamed to src/tests.rs

File renamed without changes.

0 commit comments

Comments
 (0)