Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move implicit
Sized
predicate to end of list
In `Bounds::predicates()`, move the implicit `Sized` predicate to the end of the generated list. This means that if there is an explicit `Sized` bound, it will be checked first, and any resulting diagnostics will have a more useful span.
- Loading branch information