Package Details: sodium-git 0.1.0.319.3bb1da3-1

Git Clone URL: https://aur.archlinux.org/sodium-git.git (read-only, click to copy)
Package Base: sodium-git
Description: Sodium is an editor inspired by Vim (but not a clone). It aims to be efficient, fast, and productive.
Upstream URL: https://github.com/redox-os/sodium
Licenses: MIT
Conflicts: sodium, sodium-bin
Provides: sodium
Submitter: portaloffreedom
Maintainer: portaloffreedom
Last Packager: portaloffreedom
Votes: 0
Popularity: 0.000000
First Submitted: 2017-09-25 11:44 (UTC)
Last Updated: 2017-09-25 11:47 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

vit1251 commented on 2022-11-25 02:09 (UTC)

Fail build with next error:

   Compiling sodium v0.1.0 (/home/vsedyshev/Package/sodium-git/src/sodium-git)
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/main.rs:3:1
  |
3 | #![feature(stmt_expr_attributes)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `sodium` due to previous error
==> ERROR: A failure occurred in build().
    Aborting...

No idea how to compile on stable channel of Rust?