Skip to content

2020-08-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 13:40
· 23182 commits to master since this release
f333650
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>