Module placeholders

Module placeholders 

Source
Expand description

Implementation of type placeholder inlay hints:

let a = Vec<_> = vec![4];
          //^ = i32

Functionsยง

type_hints ๐Ÿ”’