//@ known-bug: #116519 #![feature(generic_const_exprs)] trait Ret { type R; } struct Cond(std::marker::PhantomData, ); struct RobinHashTable< const MAX_LENGTH: usize, CellIdx = as Ret>::R, > {} impl HashMapBase for RobinHashTable {}