Open
Description
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
, andregex
for example
as the commenter points out it is generated for multiple crates when build with lipo
.
Metadata
Metadata
Assignees
Labels
No labels