mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Add std::ops::Index support for infering
This commit is contained in:
parent
242f0ae1d8
commit
dddee23f43
5 changed files with 63 additions and 5 deletions
|
@ -161,6 +161,7 @@ pub mod known {
|
|||
Range,
|
||||
Neg,
|
||||
Not,
|
||||
Index,
|
||||
// Builtin macros
|
||||
file,
|
||||
column,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue