"to completely get rid of core::..." <- ugh, yeah I had done this... ``` RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" cargo +nightly bloat \ -Z build-std=std,panic_abort \ -Z build-std-features="optimize_for_size" \ -Z build-std-features=panic_immediate_abort \ --target x86_64-unknown-linux-gnu --release ``` but still see it...