#![feature(associated_const_equality)] trait T { type A: S = 34>; //~^ ERROR associated item constraints are not allowed here //~| ERROR associated item constraints are not allowed here } trait S { const C: i32; }