Package Details: zed-editor-git 0.61.0.r12598.g1dbd520-1

Git Clone URL: https://aur.archlinux.org/zed-editor-git.git (read-only, click to copy)
Package Base: zed-editor-git
Description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
Upstream URL: https://zed.dev
Licenses: Apache-2.0, GPL-3.0-or-later, AGPL-3.0-or-later
Conflicts: zed-editor
Provides: zed-editor
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 3
Popularity: 1.95
First Submitted: 2024-03-20 17:58 (UTC)
Last Updated: 2024-04-02 11:09 (UTC)

Dependencies (23)

Required by (0)

Sources (2)

Latest Comments

Fubwubs commented on 2024-05-07 20:56 (UTC) (edited on 2024-05-07 21:09 (UTC) by Fubwubs)

Got this error when building it:

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/me/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs:1:12
  |
1 | #![feature(proc_macro_byte_character)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/me/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs:2:12
  |
2 | #![feature(proc_macro_c_str_literals)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^

I was able to build it successfully by switching to nightly (export RUSTUP_TOOLCHAIN=stable changed to export RUSTUP_TOOLCHAIN=nightly in the PKGBUILD). I think it might have been caused by this issue https://users.rust-lang.org/t/cannot-compile-simple-tokio-example/109956/5, which is just due to my system having a particular nightly compiler as default and won't affect anyone using stable as the default toolchain.

alerque commented on 2024-03-20 18:38 (UTC)

Upstream is tagging releases out of line with the main branch, hence the weird versioning on this package. If anybody knows a sensible way to mainline the actual version relative to the branch point the tag used and still have a sensible counter I'd be up for it.