rust/compiler/rustc_const_eval/src
bors 5260893724 Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r=RalfJung
Delay interning errors to after validation

fixes https://github.com/rust-lang/rust/issues/122398
fixes #122548

This improves diagnostics since validation errors are usually more helpful compared with interning errors that just make broad statements about the entire constant

r? `@RalfJung`
2024-04-18 02:34:04 +00:00
..
const_eval Use less fragile error handling 2024-04-17 09:50:44 +00:00
interpret Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r=RalfJung 2024-04-18 02:34:04 +00:00
transform Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors 2024-04-17 05:44:52 +02:00
util Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
errors.rs Forbid implicit nested statics in thread local statics 2024-04-02 13:00:46 +00:00
lib.rs Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung 2024-03-26 00:04:03 +00:00