about summary refs log tree commit diff
path: root/src/test/ui/suggestions/unsized-function-parameter.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+23
This is a regression test for #82820. This test case is included in more general tests, but I think the error regressed because there were a bunch of other diagnostic changes in the test that obscured this regression. Hopefully, having a test specific to the suggestion, and running rustfix for the test, will prevent this error from regressing in the future.