This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
assertion error: c.num == crate_map.len() as u32 #729
Closed
Description
I am using the RLS, setup in emacs. I get this error:
thread '<unnamed>' panicked at 'assertion failed: c.num == crate_map.len() as u32', /Users/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rls-analysis-0.11.0/src/lowering.rs:125:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }"', libcore/result.rs:945:5
when running on the mathema
repository (e.g., this commit)
I don't know how best to reproduce otherwise -- I can try running in VSCode, but I don't have that setup.