about summary refs log tree commit diff
path: root/tests/ui/traits/bound
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-4/+4
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return ↵Oli Scherer-2/+19
`ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types`
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+50
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-3/+3
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
- Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1109