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.
through godot-rust/gdnative#538 it came up that this might be a problem rooted in
cargo-lipothis is the output that gets generated over and over since upgrading to rust 1.45:
as the commenter points out it is generated for multiple crates when build with
lipo.