Add std::ops::Index support for infering

This commit is contained in:
Edwin Cheng 2019-12-19 12:45:07 +08:00
parent 242f0ae1d8
commit dddee23f43
5 changed files with 63 additions and 5 deletions

View file

@ -161,6 +161,7 @@ pub mod known {
Range,
Neg,
Not,
Index,
// Builtin macros
file,
column,