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:
Zalathar
2026-03-22 18:37:59 +11:00
parent 6f22f61305
commit de15ab0065
6 changed files with 64 additions and 70 deletions
-1
View File
@@ -4573,7 +4573,6 @@ dependencies = [
"rustc_data_structures",
"rustc_errors",
"rustc_hir",
"rustc_index",
"rustc_macros",
"rustc_middle",
"rustc_serialize",