Skip to content

Cannot compile the current main with rustc 1.84.0 #4

Open
@galou

Description

@galou
   Compiling bevy v0.14.2
   Compiling bevy_serialization_core v0.5.0
   Compiling bevy_rapier3d v0.27.0
error[E0432]: unresolved import `moonshine_save::prelude::SaveFilter`
  --> /home/gael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_serialization_core-0.5.0/src/plugins.rs:28:5
   |
28 | use moonshine_save::prelude::SaveFilter;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SaveFilter` in `prelude`

error[E0432]: unresolved import `moonshine_save::FilePath`
 --> /home/gael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_serialization_core-0.5.0/src/resources.rs:3:5
  |
3 | use moonshine_save::FilePath;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `FilePath` in the root

error[E0432]: unresolved import `moonshine_save::save::SaveFilter`
 --> /home/gael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_serialization_core-0.5.0/src/resources.rs:4:5
  |
4 | use moonshine_save::save::SaveFilter;
  |     ^^^^^^^^^^^^^^^^^^^^^^----------
  |     |                     |
  |     |                     help: a similar name exists in the module: `SceneFilter`
  |     no `SaveFilter` in `save`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `bevy_serialization_core` (lib) due to 3 previous errors
warning: build failed, waiting for other jobs to finish...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions