Skip to content

cargo run -p ci fails using stable rust #8962

Open
@cart

Description

Bevy version

8fa94a0

What went wrong

The "missing_deref compile fail test" is currently failing on my machine (linux, stable rust 1.70) due to a mismatched error message. CI is not currently failing because it is using nightly (and the expected error was generated with nightly).

I think this is also what @robtfm is hitting in #5703.

I think we should operate under the assumption that Bevy devs are developing on a stable compiler. Compile fail tests should probably pass on stable Bevy / CI should probably also run these tests on stable.

Metadata

Assignees

No one assigned

    Labels

    A-Build-SystemRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions