Skip to main content

Module settings

Module settings 

Source
Expand description

The configuration rust-analyzer is asked to run with.

rust-analyzer has no command line to speak of: everything it can be told is told to it over the LSP, as one JSON object. This is that object – the settings this server always wants, with whatever the user asked for on top.

Structs§

Settings
Everything the command line has to say about how rust-analyzer should run.

Enums§

Features
The cargo features to analyse and check with.