about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-50582.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-5/+0
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+1
2019-03-04Add an explicit test for issue #50582Josh Stone-0/+4
This code no longer ICEs, and @yodaldevoid found that it was fixed by commit fe5710a. While that added a similar test, we can explicitly test this reproducer too. Closes #50582.