1
Fork 0
rust/compiler/rustc_incremental/src
bjorn3 401dd840ff Remove all threading through of ErrorGuaranteed from the driver
It was inconsistently done (sometimes even within a single function) and
most of the rest of the compiler uses fatal errors instead, which need
to be caught using catch_with_exit_code anyway. Using fatal errors
instead of ErrorGuaranteed everywhere in the driver simplifies things a
bit.
2024-12-06 18:42:31 +00:00
..
persist Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00:00
assert_dep_graph.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
errors.rs Add warn(unreachable_pub) to rustc_incremental. 2024-08-27 14:30:20 +10:00
lib.rs Move some code from Compiler::enter to GlobalCtxt::finish 2024-11-09 17:55:39 +00:00