rust/tests/ui/consts/const-eval/heap
Felix S. Klock II 1c3424bfc1 Added deny(const_eval_mutable_ptr_in_final_value) attribute to all tests that were expecting the hard error for it.
I attempted to do this in a manner that preserved the line numbers to reduce the
review effort on the resulting diff, but we still have to deal with the
ramifications of how a future-incompat lint behaves compared to a hard-error (in
terms of its impact on the diagnostic output).
2024-03-13 10:32:41 -04:00
..
alloc_intrinsic_errors.rs
alloc_intrinsic_errors.stderr
alloc_intrinsic_nontransient.rs
alloc_intrinsic_transient.rs
alloc_intrinsic_uninit.32bit.stderr
alloc_intrinsic_uninit.64bit.stderr
alloc_intrinsic_uninit.rs
alloc_intrinsic_untyped.rs Added deny(const_eval_mutable_ptr_in_final_value) attribute to all tests that were expecting the hard error for it. 2024-03-13 10:32:41 -04:00
alloc_intrinsic_untyped.stderr Added deny(const_eval_mutable_ptr_in_final_value) attribute to all tests that were expecting the hard error for it. 2024-03-13 10:32:41 -04:00
alloc_intrinsic_zero_sized.rs
dealloc_intrinsic_dangling.rs
dealloc_intrinsic_dangling.stderr
dealloc_intrinsic_duplicate.rs
dealloc_intrinsic_duplicate.stderr
dealloc_intrinsic_incorrect_layout.rs
dealloc_intrinsic_incorrect_layout.stderr
dealloc_intrinsic_zero_sized.rs
dealloc_intrinsic.rs