Skip to content

2020-08-10

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:40
· 24947 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 <[email protected]>

Close #4051 

To display the value of a const, I modified the implementation of `ShortLabel` for `ast::Const`.

Co-authored-by: JmPotato <[email protected]>