Unreachable code in tower-lsp
dependency
#446
Unanswered
sreyassabbani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue is going to suck
So when I tried to run
postgrestools start
, I got thisWorse, not only do I enter
unreachable!()
(I'm assuming that macro being used is culprit here), the error appears to originate from thetower-lsp
crate.I didn't want to make an issue for this because technically the error does arise from another crate, but I thought I'd ask here what to do considering the error could happen again.
Moreover, this issue from the
tower-lsp
repo actually comes from the sametransport.rs
file that the error I had mentioned. I've linked this discussion to thetower-lsp
issue too.Beta Was this translation helpful? Give feedback.
All reactions