-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust 1.45.0 aarch64-apple-ios generates multiple messages: "'+cyclone' is not a recognized feature for this target (ignoring feature)" #74427
Comments
"cyclone" has been renamed to "apple-a7" in #73086 . |
ping @Mark-Simulacrum |
This is fixed in beta and nightly via #73086. Should probably be nominated for backport to a point release, if there is one. |
Is this fixed in 1.45.1? |
I am confused how it was fixed in beta and nightly by #73086, as it seems that was not backported to beta. @lzutao -- please ping the whole release team, not just me, so that hopefully someone sees things like this. It would also be helpful to include some mention about why you're pinging rather than just doing so. This was not fixed in 1.45.1. I am not sure that I am inclined to backport it into stable at all, though, presuming that it is merely an annoyance rather than an error? |
#73086 (comment) suggests that it "probably also created incorrectly optimized artifacts", though things indeed still build fine. That said, this does result in a lot of messages, i.e. in a largish project I'm seeing it 719 times, which makes it difficult to read any other build output. So at the very least, it's a substantial user experience regression. |
Removing |
@Mark-Simulacrum I think we should close this issue given that we decided to not backport to stable, right?. |
Given that it's fixed on beta/nightly that does indeed seem reasonable. |
I tried this code:
I expected to see this happen: explanation
no errors or warnings
Instead, this happened: explanation
multiple copies of
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: