Skip to content

Linker warnings (rust un-suppressed them recently) #203

Description

@kpcyrd

Up until recently rust/cargo used to suppress linker warnings, this was changed recently and they are now visible.

Note I'm using cargo-psp 0.2.8 together with the psp crate 0.3.13 and rust nightly-2026-07-12.

The built EBOOT.PBP runs correctly in ppsspp regardless of those warnings.

Thanks for making cargo-psp/psp!

Details

   Compiling psp-hello v0.1.0 (/redacted/psp-hello)
warning: linker stderr: rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/psp_hello-8f6ddd5dc1931b33.psp_hello.a5247088a51e9565-cgu.0.rcgu.o: linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/psp_hello-8f6ddd5dc1931b33.4zt0nhz0b52ov84xyawibhwi6.rcgu.o: linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.0.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.1.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.2.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.3.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.4.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.5.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.6.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.7.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(psp-738102083ac9467a.psp.940a370743810c75-cgu.8.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(UnwindLevel1.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(libunwind.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(UnwindRegistersRestore.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib(UnwindRegistersSave.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.0.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.1.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.2.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.3.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.4.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.5.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.6.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib(libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.7.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libbitflags-cf76eaf5ed5a44f6.rlib(bitflags-cf76eaf5ed5a44f6.bitflags.97be3b6cd7c773d8-cgu.0.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpanic_unwind-49f17e1bb733c41e.rlib(panic_unwind-49f17e1bb733c41e.panic_unwind.34ae9306d65efd3d-cgu.0.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib(alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.0.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib(alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.1.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib(alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.01.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.02.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.04.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.00.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.03.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.08.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.09.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.10.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.11.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.12.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.13.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.14.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib(core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.15.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.00.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.01.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.02.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.03.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.04.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.05.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.06.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.07.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.08.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.09.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.10.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.11.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.12.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.13.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.14.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib(compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.15.rcgu.o): linking abicalls code with non-abicalls code /redacted/psp-hello/target/mipsel-sony-psp/release/deps/rustc1UBr15/symbols.o
         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCscI0NGv9c7kL_3psp3sys2gu12callback_fin
         >>> referenced by psp-738102083ac9467a.psp.940a370743810c75-cgu.0.rcgu.o:(.rel.pdr+0x80) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCscI0NGv9c7kL_3psp3sys2gu12callback_sig
         >>> referenced by psp-738102083ac9467a.psp.940a370743810c75-cgu.0.rcgu.o:(.rel.pdr+0xa0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib

         rust-lld: relocation refers to a discarded section: .text.unlikely._RNvMs5_NtCsfYobjbx1ZMy_5alloc7raw_vecNtB5_11RawVecInner11finish_growCscI0NGv9c7kL_3psp
         >>> referenced by psp-738102083ac9467a.psp.940a370743810c75-cgu.6.rcgu.o:(.rel.pdr+0x6920) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libpsp-738102083ac9467a.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math3erf5erfc2
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.0.rcgu.o:(.rel.pdr+0xb300) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math4erff5erfc2
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.1.rcgu.o:(.rel.pdr+0xb7c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvNtNtCs1mwba6qCgei_4libm4math8rem_pio28rem_pio26medium
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.1.rcgu.o:(.rel.pdr+0xb900) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math5k_tan5k_tan
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.2.rcgu.o:(.rel.pdr+0xbe00) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math3log3log
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.3.rcgu.o:(.rel.pdr+0xbfa0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math5k_sin5k_sin
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.3.rcgu.o:(.rel.pdr+0xc080) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math4logf4logf
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.4.rcgu.o:(.rel.pdr+0xc1e0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCs1mwba6qCgei_4libm4math4logf4logf
         >>> referenced by libm-d09e36446da26935.libm.fe0ce99b53b3268-cgu.6.rcgu.o:(.rel.pdr+0xc680) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liblibm-d09e36446da26935.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvXs5_NtCsfYobjbx1ZMy_5alloc6stringNtB6_6StringINtNtNtNtCslHbIhhipDjb_4core4iter6traits7collect12FromIteratorcE9from_iterINtNtNtBS_8adapters3map3MapINtNtNtBU_4char6decode11DecodeUtf16INtNtB22_6cloned6ClonedINtNtNtBU_5slice4iter4ItertEEENCNvMB6_Bz_16from_utf16_lossy0EEB8_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.0.rcgu.o:(.rel.pdr+0xcbe0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtCsfYobjbx1ZMy_5alloc3str19map_uppercase_sigma
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.1.rcgu.o:(.rel.pdr+0xd2c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNvNtNtCsfYobjbx1ZMy_5alloc2io5error21custom_owner_from_box12drop_box_rawDNtNtCslHbIhhipDjb_4core5error5ErrorNtNtB1h_6marker4SendNtB1O_4SyncEL_EB8_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xd4a0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNvNtNtCsfYobjbx1ZMy_5alloc2io5error21custom_owner_from_box12drop_box_rawNtNtNtCslHbIhhipDjb_4core2io5error6CustomEB8_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xd4c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsd_NtNtCslHbIhhipDjb_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt5Debug3fmt
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xdb80) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNtNvXsf_NtNtCsfYobjbx1ZMy_5alloc5boxed7convertINtBc_3BoxDNtNtCslHbIhhipDjb_4core5error5ErrorNtNtB11_6marker4SendNtB1y_4SyncEL_EINtNtB11_7convert4FromNtNtBe_6string6StringE4from11StringErrorBX_11descriptionBe_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xdce0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNtNvXsf_NtNtCsfYobjbx1ZMy_5alloc5boxed7convertINtBc_3BoxDNtNtCslHbIhhipDjb_4core5error5ErrorNtNtB11_6marker4SendNtB1y_4SyncEL_EINtNtB11_7convert4FromNtNtBe_6string6StringE4from11StringErrorBX_6sourceBe_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xdd00) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNtNvXsf_NtNtCsfYobjbx1ZMy_5alloc5boxed7convertINtBc_3BoxDNtNtCslHbIhhipDjb_4core5error5ErrorNtNtB11_6marker4SendNtB1y_4SyncEL_EINtNtB11_7convert4FromNtNtBe_6string6StringE4from11StringErrorBX_7provideBe_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xdd20) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNtNvXsf_NtNtCsfYobjbx1ZMy_5alloc5boxed7convertINtBc_3BoxDNtNtCslHbIhhipDjb_4core5error5ErrorNtNtB11_6marker4SendNtB1y_4SyncEL_EINtNtB11_7convert4FromNtNtBe_6string6StringE4from11StringErrorBX_7type_idBe_
         >>> referenced by alloc-d56a2467fe6c9219.alloc.ba0f37878325b2a0-cgu.2.rcgu.o:(.rel.pdr+0xdd40) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/liballoc-d56a2467fe6c9219.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvMNtNtCslHbIhhipDjb_4core4char7methodsc11is_assigned
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.01.rcgu.o:(.rel.pdr+0xdd60) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvMsa_NtCslHbIhhipDjb_4core3fmtNtB5_9Formatter21write_formatted_parts
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.01.rcgu.o:(.rel.pdr+0xde80) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core7unicode12unicode_data11white_space6lookup
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.01.rcgu.o:(.rel.pdr+0xe140) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core3fmt3num3imp7exp_u32
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.02.rcgu.o:(.rel.pdr+0xe5c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core3fmt3num3imp7exp_u64
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.02.rcgu.o:(.rel.pdr+0xe5e0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtCslHbIhhipDjb_4core3fmt3num8exp_u128
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.04.rcgu.o:(.rel.pdr+0xea00) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float29float_to_decimal_common_exactC3f16EB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf020) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float29float_to_decimal_common_exactdEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf040) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float29float_to_decimal_common_exactfEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf060) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float32float_to_decimal_common_shortestC3f16EB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf080) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float32float_to_decimal_common_shortestdEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf0a0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float32float_to_decimal_common_shortestfEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf0c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float33float_to_exponential_common_exactC3f16EB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf0e0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float33float_to_exponential_common_exactdEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf100) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float33float_to_exponential_common_exactfEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf120) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float36float_to_exponential_common_shortestC3f16EB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf140) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float36float_to_exponential_common_shortestdEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf160) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RINvNtNtCslHbIhhipDjb_4core3fmt5float36float_to_exponential_common_shortestfEB6_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf180) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvXs1_NtCslHbIhhipDjb_4core4wtf8NtB7_4Wtf8NtNtB9_3fmt5Debug3fmt17write_str_escaped
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf220) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsK_NtCslHbIhhipDjb_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf500) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXs_NtNtCslHbIhhipDjb_4core3net14display_bufferINtB4_13DisplayBufferKj15_ENtNtB8_3fmt5Write9write_strB8_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf520) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXs_NtNtCslHbIhhipDjb_4core3net14display_bufferINtB4_13DisplayBufferKj3a_ENtNtB8_3fmt5Write9write_strB8_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf560) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYINtNtNtCslHbIhhipDjb_4core3net14display_buffer13DisplayBufferKj15_ENtNtB9_3fmt5Write10write_charB9_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf6a0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYINtNtNtCslHbIhhipDjb_4core3net14display_buffer13DisplayBufferKj15_ENtNtB9_3fmt5Write9write_fmtB9_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf6c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYINtNtNtCslHbIhhipDjb_4core3net14display_buffer13DisplayBufferKj3a_ENtNtB9_3fmt5Write10write_charB9_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf720) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYINtNtNtCslHbIhhipDjb_4core3net14display_buffer13DisplayBufferKj3a_ENtNtB9_3fmt5Write9write_fmtB9_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.05.rcgu.o:(.rel.pdr+0xf740) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvMNtNtCslHbIhhipDjb_4core3net6parserNtB4_6Parser14read_ipv6_addr11read_groups
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfb20) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXs1g_NtCslHbIhhipDjb_4core3fmtRNtNtNtB8_4task4wake5WakerNtB6_5Debug3fmtB8_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfbc0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsp_NtCslHbIhhipDjb_4core3fmtPNtNtNtB7_4task4wake14RawWakerVTableNtB5_5Debug3fmtB7_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfc80) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvNvMs6_NtNtCslHbIhhipDjb_4core4task4wakeNtBc_5Waker11from_fn_ptr6VTABLE0INtNtNtBg_3ops8function6FnOnceTPuEE9call_onceBg_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfca0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvNvMs6_NtNtCslHbIhhipDjb_4core4task4wakeNtBc_5Waker11from_fn_ptr6VTABLEs0_0INtNtNtBg_3ops8function6FnOnceTPuEE9call_onceBg_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfcc0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvNvMs6_NtNtCslHbIhhipDjb_4core4task4wakeNtBc_5Waker11from_fn_ptr6VTABLEs1_0INtNtNtBg_3ops8function6FnOnceTPuEE9call_onceBg_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfce0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvNvMsb_NtNtCslHbIhhipDjb_4core4task4wakeNtBc_10LocalWaker11from_fn_ptr6VTABLE0INtNtNtBg_3ops8function6FnOnceTPuEE9call_onceBg_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.06.rcgu.o:(.rel.pdr+0xfd00) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNCNvNvXsa_NtCslHbIhhipDjb_4core4timeNtB9_8DurationNtNtBb_3fmt5Debug3fmt11fmt_decimals_0Bb_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o:(.rel.pdr+0xffa0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvXsa_NtCslHbIhhipDjb_4core4timeNtB7_8DurationNtNtB9_3fmt5Debug3fmt11fmt_decimal
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o:(.rel.pdr+0x10160) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsW_NtNtCslHbIhhipDjb_4core3fmt3nummNtB7_5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o:(.rel.pdr+0x10340) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsc_NtCslHbIhhipDjb_4core4charNtB5_11EscapeDebugNtNtB7_3fmt7Display3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o:(.rel.pdr+0x10400) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXss_NtNtCslHbIhhipDjb_4core3num7nonzeroINtB5_7NonZerojENtNtB9_3fmt5Debug3fmtB9_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.07.rcgu.o:(.rel.pdr+0x10420) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvMNtNtCslHbIhhipDjb_4core4char7methodsc11is_assigned
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.08.rcgu.o:(.rel.pdr+0x105a0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core7unicode12unicode_data11conversions6lookup
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.08.rcgu.o:(.rel.pdr+0x10840) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core7unicode12unicode_data11white_space6lookup
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.08.rcgu.o:(.rel.pdr+0x108c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvNtNtNtNtNtCslHbIhhipDjb_4core3num3imp7flt2dec8strategy5grisu16format_exact_opt14possibly_round
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.09.rcgu.o:(.rel.pdr+0x10b20) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvMNtNtCslHbIhhipDjb_4core4char7methodsc11is_assigned
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.11.rcgu.o:(.rel.pdr+0x11040) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCslHbIhhipDjb_4core7unicode12unicode_data11white_space6lookup
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.11.rcgu.o:(.rel.pdr+0x11120) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsK_NtCslHbIhhipDjb_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.11.rcgu.o:(.rel.pdr+0x11360) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvMs5_NtNtCslHbIhhipDjb_4core2io5errorNtBa_11OsFunctions7DEFAULT0INtNtNtBe_3ops8function6FnOnceTlQNtNtBe_3fmt9FormatterEE9call_onceBe_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.13.rcgu.o:(.rel.pdr+0x11d80) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvMs5_NtNtCslHbIhhipDjb_4core2io5errorNtBa_11OsFunctions7DEFAULTs0_0INtNtNtBe_3ops8function6FnOnceTlEE9call_onceBe_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.13.rcgu.o:(.rel.pdr+0x11da0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvYNCNvMs5_NtNtCslHbIhhipDjb_4core2io5errorNtBa_11OsFunctions7DEFAULTs_0INtNtNtBe_3ops8function6FnOnceTlEE9call_onceBe_
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.13.rcgu.o:(.rel.pdr+0x11dc0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsQ_NtNtCslHbIhhipDjb_4core3fmt3numlNtB7_5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.15.rcgu.o:(.rel.pdr+0x12b00) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsW_NtNtCslHbIhhipDjb_4core3fmt3nummNtB7_5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.15.rcgu.o:(.rel.pdr+0x12b40) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvXsn_NtNtCslHbIhhipDjb_4core2io5errorNtB5_9ErrorKindNtNtB9_3fmt5Debug3fmt
         >>> referenced by core-695eebddb8a9232e.core.fcb6b31c8447c2bb-cgu.15.rcgu.o:(.rel.pdr+0x12bc0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcore-695eebddb8a9232e.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCsduxZrZfzvnF_17compiler_builtins4math9libm_math5k_sin5k_sin
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.02.rcgu.o:(.rel.pdr+0x13d60) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCsduxZrZfzvnF_17compiler_builtins4math9libm_math5k_sin5k_sin
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.05.rcgu.o:(.rel.pdr+0x14ee0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNtNtNtCsduxZrZfzvnF_17compiler_builtins4math9libm_math4logf4logf
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.06.rcgu.o:(.rel.pdr+0x15140) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib

         rust-lld: relocation refers to a discarded section: .text.$anon.c8bdd4c1963f4d9b50c9a5f1b7d1f842.0
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.06.rcgu.o:(.rel.pdr+0x153c0) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib

         rust-lld: relocation refers to a discarded section: .text._RNvNvNtNtNtCsduxZrZfzvnF_17compiler_builtins4math9libm_math8rem_pio28rem_pio26medium
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.07.rcgu.o:(.rel.pdr+0x15900) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib

         rust-lld: relocation refers to a discarded section: .text.$anon.d65e890e0b526b30d09294b936583aa4.0
         >>> referenced by compiler_builtins-651078ea43983656.compiler_builtins.9d28716ef3b505b1-cgu.10.rcgu.o:(.rel.pdr+0x16e40) in archive /redacted/psp-hello/target/mipsel-sony-psp/release/deps/libcompiler_builtins-651078ea43983656.rlib
  |
  = note: `#[warn(linker_messages)]` on by default

warning: `psp-hello` (bin "psp-hello") generated 1 warning
    Finished `release` profile [optimized] target(s) in 28.33s

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions