-
#[cfg(feature = "ssr")]
use leptos_axum::ResponseOptions; with
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can configure rust-analyzer to use all features for projects, or to use particular features for different projects. How to do that depends on your editor. |
Beta Was this translation helpful? Give feedback.
-
Does anybody know how to get this working on Zed? I initialized a new project with Axum template and I have tried doing this:
but with no luck, it just doesn't work... I have also tried I am using Arch Linux (6.10.10-arch1-1) with Zed (0.153.6) and rust-analyzer version is 1.83.0-nightly. |
Beta Was this translation helpful? Give feedback.
You can configure rust-analyzer to use all features for projects, or to use particular features for different projects. How to do that depends on your editor.
rust-analyzer.cargo.allFeatures
is the relevant setting.