about summary refs log tree commit diff
path: root/tests/ui/codegen/equal-pointers-unequal/exposed-provenance/segfault.rs
AgeCommit message (Collapse)AuthorLines
2025-08-20Adjust test to still show miscompileNikita Popov-0/+1
The capture of i in assert_ne!() is now known read-only, which enables early SROA. Block this by passing i to println, where we currently cannot recognize this.
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+0
2024-07-19Add a bunch of tests for #107975Pavel Grigorenko-0/+68