Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are not working #21

Open
amityadav0 opened this issue Apr 29, 2021 · 0 comments
Open

Tests are not working #21

amityadav0 opened this issue Apr 29, 2021 · 0 comments

Comments

@amityadav0
Copy link

I followed the following steps:

  • Installed rustup
  • rustup default stable
  • rustup target add wasm32-unknown-unknown
  • cd ref-exchange
  • cargo test --all

I am getting this error: (tried on two different systems)

error[E0658]: const generics are unstable
 --> /home/ay/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.0/src/utils.rs:6:15
  |
6 | impl<T, const N: usize> MakeMaybeUninit<T, N> {
  |               ^
  |
  = note: see issue #74878 <https://github.com/rust-lang/rust/issues/74878> for more information

   Compiling shlex v0.1.1
error: aborting due to 69 previous errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant