summary refs log tree commit diff
path: root/tests/ui/pattern/struct-pattern-on-non-struct-resolve-error.stderr
AgeCommit message (Collapse)AuthorLines
2025-02-06modify test to side-step platform-dependent stderr outputEsteban Küber-17/+23
(cherry picked from commit 592f2c90da6a6e1b25b3b9c2f13a2e0cfb83dcfc)
2025-02-06Ensure that we don't try to access fields on a non-struct pattern type in ↵Esteban Küber-0/+28
diagnostic Fix #135209. (cherry picked from commit 5f04f98c9aaf04e5f670e04dc12d4665489859fd)