Evan Almloff 3 anni fa
parent
commit
e9da4c0fb7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 = ();