You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slice patterns have been stable since rust 1.42, which is about a year old at this time. This is not a bug in this crate.
If you need to use an older compiler, you should use Cargo.lock to avoid updating this crate. I note that c2rust has a Cargo.lock which doesn't mention this crate at all.
System: Arch Linux
Clang: 11.1.0
Toolchain: nightly-2019-12-05
Error:
Expected behavior:
Compiles normally.
Actual behavior:
Compile fails.
Context:
Compiling c2rust uses this nightly version. It fails to build as such. Running on stable Rust works fine.
The text was updated successfully, but these errors were encountered: