Compiler should avoid generating very long type name
Rust Internals [Unofficial]
March 28, 2026
kornel:
I wish I could just completely discard debuginfo for all inlineable code.
You could try -Zinline-mir-preserve-debug=no, though of course that'll only matter in optimized builds that run the MIR inliner.
Discussion in the ATmosphere