소스 검색

attempt fix on inter

Jonathan Kelley 1 년 전
부모
커밋
45b824346c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/interpreter/build.rs

+ 2 - 0
packages/interpreter/build.rs

@@ -16,6 +16,8 @@ fn main() {
         if contents.trim() == hash.to_string() {
             return;
         }
+
+        panic!("Hashes don't match {} != {}", contents, hash.to_string());
     }
 
     // Otherwise, generate the bindings and write the new hash to disk