Evan Almloff 3 년 전
부모
커밋
e9da4c0fb7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 = ();