File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ fn main() {
1717 println ! ( "cargo:rustc-check-cfg=cfg(no_core_cstr)" ) ;
1818 println ! ( "cargo:rustc-check-cfg=cfg(no_core_num_saturating)" ) ;
1919 println ! ( "cargo:rustc-check-cfg=cfg(no_core_try_from)" ) ;
20+ println ! ( "cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)" ) ;
2021 println ! ( "cargo:rustc-check-cfg=cfg(no_float_copysign)" ) ;
2122 println ! ( "cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)" ) ;
2223 println ! ( "cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)" ) ;
@@ -25,7 +26,6 @@ fn main() {
2526 println ! ( "cargo:rustc-check-cfg=cfg(no_std_atomic64)" ) ;
2627 println ! ( "cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)" ) ;
2728 println ! ( "cargo:rustc-check-cfg=cfg(no_target_has_atomic)" ) ;
28- println ! ( "cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)" ) ;
2929 }
3030
3131 let target = env:: var ( "TARGET" ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments