-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Xous build failure due to naked_asm changes #134403
Copy link
Copy link
Closed
Labels
A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`O-xousOS: A microkernel OS for privacy in computingOS: A microkernel OS for privacy in computingT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`O-xousOS: A microkernel OS for privacy in computingOS: A microkernel OS for privacy in computingT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
I tried this code:
I expected to see this happen: Rust should build libstd for Xous
Instead, this happened: Rust errored out with
could not compile 'unwinding':Version it worked on
It most recently worked on: Rust nightly 2024-12-11
Version with regression
rustc --version --verbose:More information
I have filed an issue in unwinding. This error likely appeared as a result of #128004. However, I am unable to merge PR 41 because CI is failing due to issue #80608.
@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged