rust/tests/ui/consts/const-mut-refs
Oli Scherer 77fe9f0a72 Validate before reporting interning errors.
validation produces much higher quality errors and already handles most of the cases
2024-04-17 09:50:44 +00:00
..
const_mut_address_of.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const_mut_refs.rs allow statics pointing to mutable statics 2024-02-29 09:34:15 +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 Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
issue-76510.stderr Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00: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
mut_ref_in_final_dynamic_check.rs Validate before reporting interning errors. 2024-04-17 09:50:44 +00:00
mut_ref_in_final_dynamic_check.stderr Validate before reporting interning errors. 2024-04-17 09:50:44 +00:00