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