Closed
Description
trait Tr {}
impl<T> Tr for () {}
fn main() {}
foo.rs:2:1: 2:21 error: the trait `core::kinds::Sized` is not implemented for the type `<generic #0>`
foo.rs:2 impl<T> Tr for () {}
^~~~~~~~~~~~~~~~~~~~
foo.rs:2:1: 2:21 note: the trait `core::kinds::Sized` must be implemented because it is required by `Tr`
foo.rs:2 impl<T> Tr for () {}
^~~~~~~~~~~~~~~~~~~~