Skip to content

Commit 31417ef

Browse files
committed
Remove crate proc_macro_tokens.
1 parent 2dc60b1 commit 31417ef

File tree

7 files changed

+1
-205
lines changed

7 files changed

+1
-205
lines changed

mk/crates.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_
6060
rustc_data_structures rustc_platform_intrinsics rustc_errors \
6161
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
6262
rustc_const_eval rustc_const_math rustc_incremental proc_macro
63-
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
63+
HOST_CRATES := syntax syntax_ext proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
6464
rustdoc fmt_macros flate arena graphviz log serialize
6565
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
6666

@@ -102,7 +102,6 @@ DEPS_syntax := std term serialize log arena libc rustc_bitflags std_unicode rust
102102
DEPS_syntax_ext := syntax syntax_pos rustc_errors fmt_macros proc_macro
103103
DEPS_proc_macro := syntax syntax_pos rustc_plugin log
104104
DEPS_syntax_pos := serialize
105-
DEPS_proc_macro_tokens := syntax syntax_pos log
106105
DEPS_proc_macro_plugin := syntax syntax_pos rustc_plugin
107106

108107
DEPS_rustc_const_math := std syntax log serialize rustc_i128

src/Cargo.lock

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libproc_macro_tokens/Cargo.toml

-12
This file was deleted.

src/libproc_macro_tokens/build.rs

-85
This file was deleted.

src/libproc_macro_tokens/lib.rs

-64
This file was deleted.

src/libproc_macro_tokens/parse.rs

-23
This file was deleted.

src/libproc_macro_tokens/prelude.rs

-12
This file was deleted.

0 commit comments

Comments
 (0)