Smoothstep / apple-gen-rs

Rust & Python wrapper for apple-gen
9 stars 3 forks source link

`#![feature]` may not be used on the stable release channel #2

Closed biemster closed 10 months ago

biemster commented 10 months ago

This is probably due to my first time use of maturin and rust skills, but following the instructions leads to this error:

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> apple-auth-utils/src/lib.rs:1:12
  |
1 | #![feature(concat_idents)]
  |            ^^^^^^^^^^^^^

I'll report back on this issue if I find the solution myself.

biemster commented 10 months ago

Just removing that line fixes compilation, so I guess it was a dev leftover?