How to enable `no_rc` in alloc? (cargo)

Hello, I am already using -Z build-std and -Z build-std-features, but I can't find a way to enable cfg(no_rc). Do you know how to do it?

RUSTFLAGS="--cfg no_rc"?

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.