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
foo![...] is one of a valid macro invocation syntax, but it is not highlighted correctly with emacs's rust-mode. Other invocation syntax foo!(...) and foo!{..} are highlighted correctly.