rust/compiler/rustc_const_eval/src
Matthias Krüger 4e437be044
Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung
Do not assert in op_to_const.

`op_to_const` is used in `try_destructure_mir_constant_for_diagnostics`, which may encounter invalid constants created by optimizations and debugging.

r? ``@oli-obk``

Fixes https://github.com/rust-lang/rust/issues/117368
2023-11-01 21:40:06 +01:00
..
const_eval Comment for_diagnostics flag. 2023-11-01 19:01:55 +00:00
interpret Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors 2023-11-01 21:40:05 +01:00
transform Enums in offset_of: update based on est31, scottmcm & llogiq review 2023-10-31 23:26:02 +00:00
util Turn const_caller_location from a query to a hook 2023-10-31 16:15:18 +00:00
errors.rs more precise error for 'based on misaligned pointer' case 2023-10-15 18:13:33 +02:00
lib.rs Rename hook. 2023-11-01 16:49:18 +00:00