Open haicoder opened 2 months ago
Same issue occurred in my project after updating to Rust 1.81.0. I resolved it using the libc-print crate.
I'm seeing the same thing after updating to Rust 1.81.0
Unfortunately the builtin println is not safe to use in ctor or dtor -- libc_print is specifically designed for this: https://crates.io/crates/libc-print.
I'm seeing the same thing after updating to Rust 1.81.0.
rust version
system
ctor version
Code
Output