diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-03-20 14:38:16 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-03-20 14:38:16 +0100 |
| commit | 37b48ceb8f57dc9826e48e72e718c38264f5ccb7 (patch) | |
| tree | cd88ffe6d819ee028a20fe19d03bdede97ca3810 /docs/user | |
| parent | 2598575a35266d8ece1f4e4ecef996622eaef42a (diff) | |
feat: Visualize compiler inserted reborrows via inlay hints
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 42f485b5111..61bd36202d9 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -378,6 +378,11 @@ Whether to show inlay type hints for method chains. -- Whether to show inlay type hints for return types of closures with blocks. -- +[[rust-analyzer.inlayHints.reborrowHints]]rust-analyzer.inlayHints.reborrowHints (default: `false`):: ++ +-- +Whether to show inlay type hints for compiler inserted reborrows. +-- [[rust-analyzer.inlayHints.lifetimeElisionHints]]rust-analyzer.inlayHints.lifetimeElisionHints (default: `"never"`):: + -- |
