We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bd6c1 commit b9fa9aaCopy full SHA for b9fa9aa
src/main.rs
@@ -777,6 +777,7 @@ fn verify_files_main(
777
// core VC, we can return early.
778
if options.debug_options.no_verify
779
&& !options.debug_options.print_smt
780
+ && options.debug_options.smt_dir.is_none()
781
&& !options.lsp_options.explain_core_vc
782
{
783
return Ok(true);
0 commit comments