2020-08-10
·
23182 commits
to master
since this release
Merge #5698 5698: Display the value of a const on the hover r=jonas-schievink a=JmPotato Signed-off-by: JmPotato <ghzpotato@gmail.com> Close #4051 To display the value of a const, I modified the implementation of `ShortLabel` for `ast::Const`. Co-authored-by: JmPotato <ghzpotato@gmail.com>