about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-16048.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-2/+2
- Suggest borrowing expression if it would allow cast to work. - Suggest using `<Type>::from(<expr>)` when appropriate. - Minor tweak to `;` typo suggestion. Partily address #47136.
2019-04-22Continue evaluating after item-type checkingEsteban Küber-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+38