verus-lang / verus-analyzer

A Verus compiler front-end for IDEs (derived from rust-analyzer)
Apache License 2.0
8 stars 4 forks source link

Panic when using "broadcast use" #32

Closed panda2134 closed 1 month ago

panda2134 commented 1 month ago

Shown in the log as "'broadcast use' not implemented yet". Nevertheless, this should not crash Verus-analyzer over and over again and make it unusable.

panda2134 commented 1 month ago

Introduced by https://github.com/verus-lang/verus-analyzer/commit/21b57b346bf24a637b4cd09e278c39dcf5b943dd. It would be probably better to keep this commit away from the main branch anyway...

parno commented 1 month ago

Closed via 4d9dba3