rust/compiler/rustc_session
Mark Rousskov e96136abc9 Soft disable incremental
This disables incremental (i.e., -Cincremental) taking effect unless an
environment variable, RUSTC_FORCE_INCREMENTAL, is set to 1 in the environment of
the running rustc. Currently incremental causes errors for many users, and we do
not have an expectation of being able to quickly fix these errors in a
backportable way - so, for now, disable incremental entirely. The user can still
opt-in, but this way the majority of users merely get slower builds, not broken
builds.
2021-06-14 19:21:54 -04:00
..
src Soft disable incremental 2021-06-14 19:21:54 -04:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00