We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc_codegen_gcc
1 parent c0b5cc9 commit caee014Copy full SHA for caee014
compiler/rustc_codegen_gcc/example/mini_core.rs
@@ -593,7 +593,7 @@ pub mod intrinsics {
593
pub fn min_align_of_val<T: ?Sized>(val: *const T) -> usize;
594
pub fn copy<T>(src: *const T, dst: *mut T, count: usize);
595
pub fn transmute<T, U>(e: T) -> U;
596
- pub fn ctlz_nonzero<T>(x: T) -> T;
+ pub fn ctlz_nonzero<T>(x: T) -> u32;
597
#[rustc_safe_intrinsic]
598
pub fn needs_drop<T: ?Sized>() -> bool;
599
0 commit comments