rust/compiler/rustc_const_eval/src
Nilstrieb 3e34be004e
Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk
Suppress "erroneous constant used" for constants tainted by errors

When constant evaluation fails because its MIR is tainted by errors,
suppress note indicating that erroneous constant was used, since those
errors have to be fixed regardless of the constant being used or not.

Fixes #110891.
2023-05-16 11:39:39 +02:00
..
const_eval Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk 2023-05-16 11:39:39 +02:00
interpret Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
transform Start node has no immediate dominator 2023-05-14 16:09:58 +02:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
errors.rs
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00