Found unstable fingerprints for exported_symbols with custom target #92403
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
First of all, this is known issue (unstable fingerprints, #84970), I'm just adding another case.
Code
Create minimal no_std application. See smallest no_std for example.
Code
Create custom target specification based on built-in x86_64-unknown-none:
cargo build --target x86_64-custom.json -Zbuild-std=core
Change
"panic-behaviour": "abort"
to"panic-behaviour": "unwind"
inx86_64-custom.json
cargo build --target x86_64-custom.json -Zbuild-std=core
will failNote: I have a minimal repository with all these steps done
Meta
Error output
I've omitted part of error since it is enormous. Full log available here.
Backtrace
This requires nightly since it uses
-Zbuild-std=core
which is not stable@rustbot requires-nightly A-incr-comp
The text was updated successfully, but these errors were encountered: