Skip to content

Commit caee014

Browse files
committed
Fixup rustc_codegen_gcc test signature
1 parent c0b5cc9 commit caee014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_gcc/example/mini_core.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ pub mod intrinsics {
593593
pub fn min_align_of_val<T: ?Sized>(val: *const T) -> usize;
594594
pub fn copy<T>(src: *const T, dst: *mut T, count: usize);
595595
pub fn transmute<T, U>(e: T) -> U;
596-
pub fn ctlz_nonzero<T>(x: T) -> T;
596+
pub fn ctlz_nonzero<T>(x: T) -> u32;
597597
#[rustc_safe_intrinsic]
598598
pub fn needs_drop<T: ?Sized>() -> bool;
599599
#[rustc_safe_intrinsic]

0 commit comments

Comments
 (0)