about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0161.zflagsul.stderr
AgeCommit message (Collapse)AuthorLines
2021-08-20Change example and tests for E0161.Anton Golov-9/+0
The code will not emit this warning once box expressions require a sized type (since that error is emitted earlier in the flow).
2018-12-25Remove licensesMark Rousskov-1/+1
2018-12-04Update testsOliver Scherer-1/+1
2018-08-22Update E0161 test to cover more casesMatthew Jasper-0/+9
Update another test that broke due to E0161 no longer being buffered