Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
compile-pass
test about Self: Sized
bounds on the trait
Currently, the `impl` block we generate for those traits is a bit stupid as it contains `T: Trait + ?Sized` (where `Trait: Sized`), but it compiles fine. So I don't see a reason to make our code more complicated just to avoid this strangeness.
- Loading branch information