rust/tests/ui/consts/const-mut-refs
Tomasz Miąsko 67f455afe1 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.
2023-05-15 00:00:00 +00:00
..
const_mut_address_of.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_mut_refs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-const_mut_refs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-const_mut_refs.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-76510.32bit.stderr Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
issue-76510.64bit.stderr Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
issue-76510.rs Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
mut_ref_in_final_dynamic_check.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mut_ref_in_final_dynamic_check.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mut_ref_in_final.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mut_ref_in_final.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00