@@ -240,7 +240,7 @@ static mut global_static_const_mixed_arithmetic: ::core::ffi::c_float =
240240 - true_0 as ::core ::ffi ::c_double ) as ::core ::ffi ::c_float ;
241241static mut global_static_const_parens : ::core ::ffi ::c_int = PARENS ;
242242static mut global_static_const_ptr_arithmetic : * const ::core: :ffi ::c_char =
243- 0 as * const ::core ::ffi ::c_char ;
243+ ::core ::ptr :: null :: < :: core :: ffi ::c_char > () ;
244244static mut global_static_const_widening_cast : ::core ::ffi ::c_ulonglong = WIDENING_CAST ;
245245static mut global_static_const_narrowing_cast : ::core ::ffi ::c_char =
246246 LITERAL_INT as ::core ::ffi ::c_char ;
@@ -254,7 +254,7 @@ static mut global_static_const_str_concatenation: [::core::ffi::c_char; 18] = un
254254static mut global_static_const_builtin : ::core ::ffi ::c_int =
255255 (LITERAL_INT as ::core ::ffi ::c_uint ).leading_zeros () as i32 ;
256256static mut global_static_const_ref_indexing : * const ::core: :ffi ::c_char =
257- 0 as * const ::core ::ffi ::c_char ;
257+ ::core ::ptr :: null :: < :: core :: ffi ::c_char > () ;
258258static mut global_static_const_ref_struct : * const S = & LITERAL_STRUCT as *const S as *mut S ;
259259static mut global_static_const_ternary : ::core ::ffi ::c_int = 0 ;
260260static mut global_static_const_member : ::core ::ffi ::c_int = 0 ;
@@ -313,7 +313,7 @@ pub static mut global_const_mixed_arithmetic: ::core::ffi::c_float =
313313pub static mut global_const_parens : ::core ::ffi ::c_int = PARENS ;
314314#[no_mangle ]
315315pub static mut global_const_ptr_arithmetic : * const ::core: :ffi ::c_char =
316- 0 as * const ::core ::ffi ::c_char ;
316+ ::core ::ptr :: null :: < :: core :: ffi ::c_char > () ;
317317#[no_mangle ]
318318pub static mut global_const_widening_cast : ::core ::ffi ::c_ulonglong = WIDENING_CAST ;
319319#[no_mangle ]
@@ -335,7 +335,7 @@ pub static mut global_const_builtin: ::core::ffi::c_int =
335335 (LITERAL_INT as ::core ::ffi ::c_uint ).leading_zeros () as i32 ;
336336#[no_mangle ]
337337pub static mut global_const_ref_indexing : * const ::core: :ffi ::c_char =
338- 0 as * const ::core ::ffi ::c_char ;
338+ ::core ::ptr :: null :: < :: core :: ffi ::c_char > () ;
339339#[no_mangle ]
340340pub static mut global_const_ref_struct : * const S = & LITERAL_STRUCT as *const S as *mut S ;
341341#[no_mangle ]
@@ -363,7 +363,7 @@ pub unsafe extern "C" fn reference_define() -> ::core::ffi::c_int {
363363#[no_mangle ]
364364pub static mut fns : fn_ptrs = {
365365 let mut init = fn_ptrs {
366- v: 0 as * const ::core ::ffi ::c_void as *mut ::core ::ffi ::c_void ,
366+ v: ::core ::ptr :: null :: < :: core :: ffi ::c_void > () as *mut ::core ::ffi ::c_void ,
367367 fn1: None ,
368368 fn2: None ,
369369 };
0 commit comments