We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trait T { const A: &u8; }
(The second line starts with a tab, not with spaces!)
This results in:
It suggests to add a 'a after the &, but the green color is not applied to the 'a part, but instead to A: &, shifted a bit to the left.
'a
&
A: &
cc @estebank