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