This commit is contained in:
Ayaz Hafiz 2022-10-31 09:44:22 -05:00
parent b3956569a6
commit bb02104436
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -97,7 +97,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
};
if module.total_problems() > 0 {
panic!("Problems were found! Refusing to build cached subs.\nTry building with ROC_SKIP_SUBS_CACH=1 to see them.");
panic!("Problems were found! Refusing to build cached subs.\nTry building with ROC_SKIP_SUBS_CACHE=1 to see them.");
}
let subs = module.solved.into_inner();