We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello - I have a simple Rocket app which is displaying errors on my endpoint declarations. Example:
#[get("/foo/<d>")] fn get_foo(d: &RawStr) -> String { format!("get_foo:::: {}", d) }
This results in an error (and ugly red text) "called Option::unwrap() on a None valuerust-analyzer[macro-error]".
Option::unwrap()
None
I am stumped.
rust-analyzer version:
rustc version:
rustup version:
I've tried various versions of rust-analyzer and they all seem to exhibit this error.
Any help is appreciated - the code works fine by rust-analyzer flags all my endpoints as errors.
Thanks a bunch.
The text was updated successfully, but these errors were encountered:
Duplicate of #10570
Sorry, something went wrong.
No branches or pull requests
Hello - I have a simple Rocket app which is displaying errors on my endpoint declarations. Example:
This results in an error (and ugly red text) "called
Option::unwrap()
on aNone
valuerust-analyzer[macro-error]".I am stumped.
rust-analyzer version:
rustc version:
rustup version:
I've tried various versions of rust-analyzer and they all seem to exhibit this error.
Any help is appreciated - the code works fine by rust-analyzer flags all my endpoints as errors.
Thanks a bunch.
The text was updated successfully, but these errors were encountered: