You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case ErrorInvalidCpuFeatures: return"invalid CPU features";
65
65
case ErrorInvalidLlvmCpuFeaturesFormat: return"invalid LLVM CPU features format";
66
66
case ErrorUnknownApplicationBinaryInterface: return"unknown application binary interface";
67
-
case ErrorASTUnitFailure: return"ASTUnit failure";
67
+
case ErrorASTUnitFailure: return"compiler bug: clang encountered a compile error, but the libclang API does not expose the error. See https://github.com/ziglang/zig/issues/4455 for more details";
0 commit comments