rust/compiler/rustc_const_eval/src/const_eval
Nicholas Nethercote 6257f3bf1f Use IntoDiagnostic default.
`IntoDiagnostic` defaults to `G = ErrorGuaranteed`. Take advantage of
this in one place that currently doesn't.
2023-12-23 13:18:50 +11:00
..
error.rs Use IntoDiagnostic default. 2023-12-23 13:18:50 +11:00
eval_queries.rs compile-time evaluation: emit a lint when a write through an immutable pointer occurs 2023-12-07 17:46:36 +01:00
fn_queries.rs Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
machine.rs avoid marking as immutable what is already immutable 2023-12-07 17:46:48 +01:00
mod.rs Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb 2023-11-03 14:57:40 +00:00
valtrees.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00