rust/compiler/rustc_incremental/src
Martin Nordholts 64e8aea9ce Ignore unexpected incr-comp session dirs
Clearly the code path can be hit without the presence of a compiler bug.
All it takes is mischief. See 71698.

Ignore problematic directories instead of ICE:ing. `continue`ing is
already done for problematic dirs in the code block above us.
2023-08-18 19:57:41 +02:00
..
persist Ignore unexpected incr-comp session dirs 2023-08-18 19:57:41 +02:00
assert_dep_graph.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
assert_module_sources.rs Add internal_features lint 2023-08-03 14:50:50 +02:00
errors.rs
lib.rs Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet 2023-06-04 21:54:28 -04:00