rust/compiler/rustc_middle
Aaron Hill 00ce6dc718
Only cache local adt_def results on disk
An `AdtDef` contains `Span`s, and we don't appear
to actually encode the `SourceFile` for foreign
spans in the incremental cache in some cases.
2021-12-16 18:32:00 -05:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Only cache local adt_def results on disk 2021-12-16 18:32:00 -05:00
Cargo.toml Store lowering outputs per owner. 2021-10-09 11:56:29 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.