pub fn rustc_version_warning(
contract_name: &str,
framework_version: Version,
rustc_version: &RustcVersion,
) -> Option<String>Expand description
Writes a warning if there is an incompatiblilty between the framework version and the Rustc version.