On Mon 2025-03-03 08:45:12, Alice Ryhl wrote:
> Without this change, the rest of this series will emit the following
> error message:
>
> error[E0308]: `if` and `else` have incompatible types
> --> /rust/kernel/print.rs:22:22
>|
> 21 | #[export]
>| - expected because of this
> 22
Without this change, the rest of this series will emit the following
error message:
error[E0308]: `if` and `else` have incompatible types
--> /rust/kernel/print.rs:22:22
|
21 | #[export]
| - expected because of this
22 | unsafe extern "C" fn rust_fmt_argument(
|