Implement incremental caching for derive macro expansions

This commit is contained in:
Felix Rath 2025-08-13 13:05:07 +02:00 committed by Jakub Beránek
parent a6acf0f07f
commit 8fa2f693bb
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
21 changed files with 284 additions and 72 deletions

View file

@ -3887,11 +3887,13 @@ dependencies = [
"rustc_lexer",
"rustc_lint_defs",
"rustc_macros",
"rustc_middle",
"rustc_parse",
"rustc_proc_macro",
"rustc_serialize",
"rustc_session",
"rustc_span",
"scoped-tls",
"smallvec",
"thin-vec",
"tracing",