Somehow these files aren't properly formatted. By default `x fmt` and `x tidy` only check files that have changed against master, so if an ill-formatted file somehow slips in it can stay that way as long as it doesn't get modified(?) I found these when I ran `x fmt` explicitly on every `.rs` file in the repo, while working on https://github.com/rust-lang/compiler-team/issues/750. |
||
|---|---|---|
| .. | ||
| fs | ||
| data.rs | ||
| dirty_clean.rs | ||
| file_format.rs | ||
| fs.rs | ||
| load.rs | ||
| mod.rs | ||
| README.md | ||
| save.rs | ||
| work_product.rs | ||
For info on how the incremental compilation works, see the rustc dev guide.