about summary refs log tree commit diff
path: root/tests/ui/consts/const-compare-bytes-ub.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-18Show the memory of uninit readsOli Scherer-0/+8
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-8/+8
also adjust the wording a little so that we don't say "the error occurred here" for two different spans
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-8/+8
2025-06-02Use the informative error as the main const eval error messageOli Scherer-16/+16
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and ↵Ralf Jung-5/+5
accesses
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-8/+8
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-2/+2
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-5/+5
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-3/+3
2023-10-16Normalize alloc-id in tests.Camille GILLOT-4/+4
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-0/+54