mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
Store value/side-effect index lists inside CacheEncoder
These lists can be considered part of the encoder state, and bundling them inside the encoder is certainly more convenient than passing them around separately.
This commit is contained in:
@@ -4573,7 +4573,6 @@ dependencies = [
|
||||
"rustc_data_structures",
|
||||
"rustc_errors",
|
||||
"rustc_hir",
|
||||
"rustc_index",
|
||||
"rustc_macros",
|
||||
"rustc_middle",
|
||||
"rustc_serialize",
|
||||
|
||||
Reference in New Issue
Block a user