Implement incremental caching for derive macro expansions
This commit is contained in:
parent
a6acf0f07f
commit
8fa2f693bb
21 changed files with 284 additions and 72 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue