//@ compile-flags: -Znext-solver //@ known-bug: #132067 //@ check-pass #![feature(const_trait_impl)] struct S; #[const_trait] trait Trait {} const fn f< T: Trait< { struct I>(U); 0 }, >, >() { } pub fn main() {}