tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Update generator to 0.7 #203

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

Fixes #198

taiki-e commented 3 years ago

Oh, generator 0.7 requires Rust 1.51.

error[E0658]: const generics are unstable
  --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/generator-0.7.0/src/gen_impl.rs:23:41
   |
23 | pub struct GeneratorObj<'a, A, T, const LOCAL: bool> {
   |                                         ^^^^^
   |
   = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information

EDIT: solved by #205