about summary refs log tree commit diff
path: root/tests/ui/traits/non_lifetime_binders/basic.stderr
AgeCommit message (Collapse)AuthorLines
2025-06-16tests: unconstrain params in `non_lifetime_binders`David Wood-1/+1
It seems like generics from `non_lifetime_binders` don't have any default bounds like normal generics, so all of the `?Sized` relaxations need to be further relaxed with `PointeeSized` for this test to be the equivalent of before.
2023-02-18Adjust tracking issue for non_lifetime_bindersMichael Goulet-1/+1
2023-02-16Deny some late-bound ty/ct in some positions, add testsMichael Goulet-0/+11