这是indexloc提供的服务,不要输入任何密码
Skip to content

Document nightly requirement #220

@MJohnson459

Description

@MJohnson459

When I try to build this project I get an error saying that it requires nightly rust:

$ cargo run --release
...
   Compiling bevy_interleave v0.8.0
   Compiling bevy_gaussian_splatting v6.0.0 (/home/michael/workspace/bevy_gaussian_splatting)
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/lib.rs:2:1
  |
2 | #![feature(lazy_type_alias)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

I might be doing something wrong, but it would be good to document either that nightly is required, or the instructions for how to build it without this error.

Related tracking issue

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