Skip to content

Commit

Permalink
Auto merge of #74862 - mark-i-m:mv-compiler, r=petrochenkov
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Aug 30, 2020
2 parents 0dad47c + 6e26bb1 commit db42abe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ authors = ["The Rust Project Developers"]
name = "rustc_graphviz"
version = "0.0.0"
edition = "2018"

[lib]
name = "rustc_graphviz"
path = "lib.rs"
File renamed without changes.
File renamed without changes.

0 comments on commit db42abe

Please sign in to comment.