about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-03-20 14:41:27 +0100
committerLukas Wirth <lukastw97@gmail.com>2022-03-20 14:41:27 +0100
commit5a87f09a714b8299897a72ecfe206460903d703e (patch)
tree014dbe9eb5f19db1ecba17076d889ab37989c528
parent37b48ceb8f57dc9826e48e72e718c38264f5ccb7 (diff)
downloadrust-5a87f09a714b8299897a72ecfe206460903d703e.tar.gz
rust-5a87f09a714b8299897a72ecfe206460903d703e.zip
Update inlay hint feature docs
-rw-r--r--crates/ide/src/inlay_hints.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs
index ef1c155143b..4fdb7d0bc33 100644
--- a/crates/ide/src/inlay_hints.rs
+++ b/crates/ide/src/inlay_hints.rs
@@ -67,10 +67,7 @@ pub struct InlayHint {
 //
 // * return types of closure expressions with blocks
 // * elided lifetimes
-//
-// **Note:** VS Code does not have native support for inlay hints https://github.com/microsoft/vscode/issues/16221[yet] and the hints are implemented using decorations.
-// This approach has limitations, the caret movement and bracket highlighting near the edges of the hint may be weird:
-// https://github.com/rust-analyzer/rust-analyzer/issues/1623[1], https://github.com/rust-analyzer/rust-analyzer/issues/3453[2].
+// * compiler inserted reborrows
 //
 // |===
 // | Editor  | Action Name