main()
, declare it as pub
to see it in the output:
// pub fn main() { ... }std::launder
solves[profile.release]
lto = true
codegen-units = 1
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=mold"]
on .cargo/config.toml if u wanna use moldRUSTFLAGS='-C target-cpu=native'