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.
The text was updated successfully, but these errors were encountered:
gifnksm
changed the title
rust-mode.el: ![...] is not highlighted as macros.
rust-mode.el: foo![...] is not highlighted as macros.
May 6, 2014
Fixesrust-lang/rust-clippy#13973.
I don't think we can make `fn_to_numeric_cast_any` to be emitted in some
special cases. Its category cannot be changed at runtime.
I think in this case, the best might be a specialized new lint so we can
target exactly what we want.
----
changelog: Add new `confusing_method_to_numeric_cast` lint
foo![...]
is one of a valid macro invocation syntax, but it is not highlighted correctly with emacs's rust-mode. Other invocation syntaxfoo!(...)
andfoo!{..}
are highlighted correctly.The text was updated successfully, but these errors were encountered: