Constant cargo::core::compiler::custom_build::OLD_CARGO_WARNING_SYNTAX
source ยท const OLD_CARGO_WARNING_SYNTAX: &str = "cargo:warning=";
Expand description
Deprecated: A build script instruction that tells Cargo to display a warning after the build script has finished running. Read the doc for more.