mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-11 21:11:13 +00:00
Elide viaIR input if compiler does not support it
This commit is contained in:
@@ -679,7 +679,7 @@ async fn compile_contracts<P: Platform>(
|
||||
%compiler_version,
|
||||
metadata_file_path = %metadata_file_path.display(),
|
||||
mode = ?mode,
|
||||
"Skipping compilation: compiler does not support this mode"
|
||||
"Skipping compilation: compiler does not support this mode or version"
|
||||
);
|
||||
return Ok(None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user