blob: a0b3f91220710ac003cd6aed43cfd61187dbd412 [file] [log] [blame]
// check-pass
pub struct Tuple;
pub trait Trait<const I: usize> {
type Input: From<<Self as Trait<I>>::Input>;
}
fn main() {}