Skip to content

Windows users unable to use bevy/dynamic at all on latest #3907

Closed
@BrainBacon

Description

@BrainBacon

Bevy version

0.6.0

Operating system & version

Windows 10

What you did

Run -features=bevy/dynamic on stable rust.
Attempt to compile on nightly.

What you expected to happen

Windows users should be able to use bevy/dynamic on latest.

What actually happened

Running -features=bevy/dynamic on stable or Rust will fail. In stable there is the LNK1189 error.

On nightly compilation will fail because of the unreachable format error.

Additional information

-Zshare-generics=off is not available on stable, so we currently can't run there, then nightly is unavailable until that PR is part of a release.

As it stands I don't see a way to use dynamic features at all on Windows using latest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorO-WindowsSpecific to the Windows desktop operating system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions