You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that when multiple traits are specified, only the first is highlighted. I would suggest that the highlighting is consistent here; either all highlighted, or all not highlighted.
For example, in the code below, using trait bounds, only Summary is highlighted:
fnnotify(T:Summary + Display>(item:&T){}
In the code below, neither trait is highlighted.
fnnotify(item:&(implSummary + Display)){}
The text was updated successfully, but these errors were encountered:
I find that when multiple traits are specified, only the first is highlighted. I would suggest that the highlighting is consistent here; either all highlighted, or all not highlighted.
For example, in the code below, using trait bounds, only
Summary
is highlighted:In the code below, neither trait is highlighted.
The text was updated successfully, but these errors were encountered: