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

build: bump up MSVR for const generics #106

Open
laysakura opened this issue Apr 12, 2022 · 0 comments
Open

build: bump up MSVR for const generics #106

laysakura opened this issue Apr 12, 2022 · 0 comments

Comments

@laysakura
Copy link
Owner

error[E0658]: const generics are unstable
  --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/postcard-0.7.3/src/accumulator.rs:65:34
   |
65 | pub struct CobsAccumulator<const N: usize> {
   |                                  ^
   |
   = note: see issue #74878 <https://github.com/rust-lang/rust/issues/74878> for more information

error[E0658]: const generics are unstable
  --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/postcard-0.7.3/src/accumulator.rs:93:12
   |
93 | impl<const N: usize> CobsAccumulator<N> {
   |            ^
   |
   = note: see issue #[74](https://github.com/laysakura/serde-encrypt/runs/5999148894?check_suite_focus=true#step:9:74)8[78](https://github.com/laysakura/serde-encrypt/runs/5999148894?check_suite_focus=true#step:9:78) <https://github.com/rust-lang/rust/issues/74878> for more information

   Compiling serde_cbor v0.11.2
error: aborting due to 2 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