This commit is contained in:
Evan Almloff 2022-04-17 08:08:40 -05:00
parent d9276bd64c
commit e9da4c0fb7

View file

@ -130,6 +130,7 @@ pub trait State: Default + Clone {
fn node_dep_types(&self, mask: &NodeMask) -> Vec<MemberId>; fn node_dep_types(&self, mask: &NodeMask) -> Vec<MemberId>;
} }
// Todo: once GATs land we can model multable dependencies
impl ChildDepState for () { impl ChildDepState for () {
type Ctx = (); type Ctx = ();
type DepState = (); type DepState = ();