Skip to content
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

new error with rust 1.45 #35

Open
extrawurst opened this issue Jul 17, 2020 · 2 comments
Open

new error with rust 1.45 #35

extrawurst opened this issue Jul 17, 2020 · 2 comments

Comments

@extrawurst
Copy link

through godot-rust/gdnative#538 it came up that this might be a problem rooted in cargo-lipo

this is the output that gets generated over and over since upgrading to rust 1.45:

'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
....

scopeguard, nom, and regex for example

as the commenter points out it is generated for multiple crates when build with lipo.

@extrawurst
Copy link
Author

extrawurst commented Jul 17, 2020

this all happens with
macOS:
10.15.5 (19F101)
10.15.6 (19G73)
Xcode: 11.6 (11E708)

@francesca64
Copy link

francesca64 commented Jul 17, 2020

This problem is deeper than cargo-lipo, since I build for iOS without using cargo-lipo and still see this message. I also started seeing this after upgrading to Rust 1.45.

There's already an issue upstream: rust-lang/rust#74427

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants