rickfay / z17-randomizer

A Link Between Worlds Randomizer
https://discord.gg/dmAJh2uY7M
GNU General Public License v2.0
27 stars 5 forks source link

Build Issue #63

Closed Eatitup86 closed 5 months ago

Eatitup86 commented 5 months ago

When I attempt to build the source code using Rust I am getting the following error:

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> jack\src\lib.rs:1:12
  |
1 | #![feature(drainfilter)]

error[E0599]: no method named `drainfilter` found for mutable reference `&mut Vec<SarcInnerFile>` in the current scope
   --> jack\src\sead\sarc.rs:112:22
    |
111 |                   let results = files
    |  _______________________________-
112 | |                     .drainfilter(|file| {
    | |                     -^^^^^^^^^^^ method not found in `&mut Vec<SarcInnerFile>`
Eatitup86 commented 5 months ago

Needed to choose the Dev Branch.