commit c682e4c37d2b8ba3bde1125cbbea4ee88824b4e2 upstream.
The rust_fmt_argument function is called from printk() to handle the %pA
format specifier.
Since it's called from C, we should mark it extern "C" to make sure it's
ABI compatible.
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
allocator.rs | ||
error.rs | ||
lib.rs | ||
prelude.rs | ||
print.rs | ||
str.rs |