1 2 3 4 5
//@ known-bug: #138088 #![feature(min_generic_const_args)] trait Bar { fn x(&self) -> [i32; Bar::x]; }