@@ -0,0 +1,7 @@
extern crate rustc_version as rustc;
fn main() {
if rustc::version_matches(">= 1.9") {
println!("cargo:rustc-cfg=has_deprecated");
}
The note is not visible to the blocked user.