Package Details: erg 0.6.48-1

Git Clone URL: https://aur.archlinux.org/erg.git (read-only, click to copy)
Package Base: erg
Description: Statically typed language that builds upon the Python ecosystem
Upstream URL: https://github.com/erg-lang/erg
Licenses: MIT, Apache
Submitter: lmartinez-mirror
Maintainer: iamawacko
Last Packager: iamawacko
Votes: 1
Popularity: 0.55
First Submitted: 2022-08-22 05:51 (UTC)
Last Updated: 2024-11-22 20:49 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

FishBoneEK commented on 2024-11-12 05:17 (UTC)

   Compiling erg_proc_macros v0.6.46 (/home/fishbone/.cache/yay/erg/src/erg-0.6.46/crates/erg_proc_macros)
error[E0277]: the trait bound `Arc<[_]>: From<[_; 0]>` is not satisfied
   --> crates/erg_common/config.rs:205:42
    |
205 |             runtime_args: ArcArray::from([]),
    |                           -------------- ^^ the trait `From<[_; 0]>` is not implemented for `Arc<[_]>`
    |                           |
    |                           required by a bound introduced by this call
    |
    = help: the following other types implement trait `From<T>`:
              <Arc<B> as From<Cow<'a, B>>>
              <Arc<CStr> as From<&CStr>>
              <Arc<CStr> as From<CString>>
              <Arc<OsStr> as From<&OsStr>>
              <Arc<OsStr> as From<OsString>>
              <Arc<Path> as From<&Path>>
              <Arc<Path> as From<PathBuf>>
              <Arc<T> as From<Box<T>>>
            and 6 others

error[E0277]: the trait bound `Arc<[_]>: From<[_; 0]>` is not satisfied
   --> crates/erg_common/config.rs:206:38
    |
206 |             packages: ArcArray::from([]),
    |                       -------------- ^^ the trait `From<[_; 0]>` is not implemented for `Arc<[_]>`
    |                       |
    |                       required by a bound introduced by this call
    |
    = help: the following other types implement trait `From<T>`:
              <Arc<B> as From<Cow<'a, B>>>
              <Arc<CStr> as From<&CStr>>
              <Arc<CStr> as From<CString>>
              <Arc<OsStr> as From<&OsStr>>
              <Arc<OsStr> as From<OsString>>
              <Arc<Path> as From<&Path>>
              <Arc<Path> as From<PathBuf>>
              <Arc<T> as From<Box<T>>>
            and 6 others

For more information about this error, try `rustc --explain E0277`.
error: could not compile `erg_common` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: could not compile `erg_common` (lib) due to 2 previous errors
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: erg-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
e

Help?