about summary refs log tree commit diff
path: root/tests/ui/unsized
AgeCommit message (Expand)AuthorLines
2023-12-14update use of feature flagslcnr-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-13/+13
2023-11-01Remove a false statement from Unsize docs, add a testMichael Goulet-0/+29
2023-10-30Improve some diagnostics around `?Trait` boundsOli Scherer-10/+10
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-6/+39
2023-09-13fix: skip opt if body has tainted errorbohan-0/+32
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+5
2023-09-08fix: return ealry when has tainted in mir-lintbohan-0/+30
2023-08-26Point at appropriate type parameter in more trait bound errorsEsteban Küber-8/+4
2023-08-15Separate consider_unsize_to_dyn_candidate from other unsize candidatesMichael Goulet-0/+2
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-2/+23
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-2/+23
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-36/+36
2023-05-18Remove return type sized check hack from hir typeckMichael Goulet-23/+2
2023-05-18Simplify suggestion when returning bare dyn traitMichael Goulet-17/+18
2023-05-12Note base types of coercionMichael Goulet-8/+8
2023-02-21Specify what 'this' actually isMichael Goulet-1/+1
2023-02-15Fix unintentional UB in ui testsBen Kimock-2/+2
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2325