1
Fork 0
rust/compiler/rustc_incremental/src/persist
Nicholas Nethercote 84ac80f192 Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
..
fs Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few misc issues, added collect to UnordItems 2023-06-08 00:38:50 -04:00
data.rs
dirty_clean.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
file_format.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
load.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
README.md
save.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
work_product.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

For info on how the incremental compilation works, see the rustc dev guide.