Evan Almloff %!s(int64=3) %!d(string=hai) anos
pai
achega
e9da4c0fb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/native-core/src/state.rs

+ 1 - 0
packages/native-core/src/state.rs

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