rust/tests/ui/consts/const-mut-refs
2024-02-16 11:38:11 +01:00
..
const_mut_address_of.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_mut_refs.rs allow mutable references in const values when they point to no memory 2024-02-16 10:09:12 +01: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 Bless tests 2024-01-13 12:46:58 -05:00
issue-76510.rs remove stderr-per-bitwidth from some tests 2024-02-16 10:09:12 +01:00
issue-76510.stderr remove stderr-per-bitwidth from some tests 2024-02-16 10:09:12 +01:00
mut_ref_in_final_dynamic_check.rs add test ensuring we detect a static actually having a mutable reference 2024-02-16 11:38:11 +01:00
mut_ref_in_final_dynamic_check.stderr add test ensuring we detect a static actually having a mutable reference 2024-02-16 11:38:11 +01:00
mut_ref_in_final.rs const-eval interner: from-scratch rewrite using mutability information from provenance rather than types 2024-01-22 09:28:00 +01:00
mut_ref_in_final.stderr const-eval interner: from-scratch rewrite using mutability information from provenance rather than types 2024-01-22 09:28:00 +01:00