//@ known-bug: #111419 #![allow(incomplete_features)] #![feature(generic_const_exprs, generic_arg_infer)] pub trait Example where [(); X + Y]:, {} impl Example for Value {} pub struct Value; fn main() {}