about summary refs log tree commit diff
path: root/src/test/ui/trait-bounds/impl-derived-implicit-sized-bound-2.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-33/+0
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-0/+33
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539)