about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/nonnull_as_ref_ub.rs
AgeCommit message (Expand)AuthorLines
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-1/+1
2023-05-23add tests for const `NonNull::as_ref`Lukas Markeffsky-0/+6