//@ known-bug: rust-lang/rust#126182 #![feature(generic_const_exprs)] #![allow(incomplete_features)] struct Cond; struct Thing>(T); impl Thing {}