comment feedback

This commit is contained in:
yukang 2023-05-14 17:41:53 +08:00
parent 46489040e6
commit 5e2969e7d5

View File

@ -1710,10 +1710,11 @@ impl Config {
&& source_version.minor == rustc_version.minor + 1))
{
let prev_version = format!("{}.{}.x", source_version.major, source_version.minor - 1);
panic!(
eprintln!(
"Unexpected rustc version: {}, we should use {}/{} to build source with {}",
rustc_version, prev_version, source_version, source_version
);
crate::detail_exit(1);
}
}