rust/compiler/rustc_const_eval/src/const_eval
mark bb8d4307eb rustc_error: make ErrorReported impossible to construct
There are a few places were we have to construct it, though, and a few
places that are more invasive to change. To do this, we create a
constructor with a long obvious name.
2022-03-16 10:35:24 -05:00
..
error.rs rustc_errors: let DiagnosticBuilder::emit return a "guarantee of emission". 2022-02-23 06:38:52 +00:00
eval_queries.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
fn_queries.rs Reduce use of local_def_id_to_hir_id. 2022-01-15 21:26:25 +01:00
machine.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
mod.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00