bors[bot] 4741ae7852
Merge #3359
3359: Remove AnalysisHost::type_of  r=matklad a=edwin0cheng

This PR remove ` AnalysisHost::type_of` (It is subsume by hover now) and use `Semantics::type_of_x` to infer the type inside `hover` directly. 

And this also solved a bug : Right now hovering on a string literal inside a macro will show up a `&str` popup correctly. (Except if that involved builtin macro, e.g. `println`)

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-02-28 07:53:19 +00:00
..
2020-02-27 14:04:13 +09:00
2020-02-18 16:12:40 +02:00
2020-02-27 10:06:48 +08:00
2020-02-27 14:04:13 +09:00
2020-02-18 16:12:40 +02:00
2020-02-27 16:16:13 +01:00
2020-02-28 15:39:34 +08:00
2020-02-22 14:16:13 +02:00
2020-02-27 14:04:13 +09:00
2020-02-27 17:19:53 +01:00
2020-02-27 14:04:13 +09:00
2020-02-18 16:12:40 +02:00
2020-02-27 10:06:48 +08:00