ʰ
--> src/expr.rs:46:40
|
46 | (state, input, output) = l.run(state, input, output);
| ---------------------- ^
| |
| cannot assign to this expression
|
= note: see issue #71126 <https://github.com/rust-lang/rust/issues/71126> for more information
error[E0658]: destructuring assignments are unstable
--> src/expr.rs:47:40
|
47 | (state, input, output) = r.run(state, input, output);
| ---------------------- ^
| |
| cannot assign to this expression
|
= note: see issue #71126 <https://github.com/rust-lang/rust/issues/71126> for more information
error: aborting due to 2 previous errors
For more information about this error, try
rustc --explain E0658
.error: could not compile
compiler
To learn more, run the command again with --verbose.