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
This issue was labelled with: A-tools in the Rust repository
Here is the illustrative example:
fnfoo(){{bar('}');}{bar(']');}{bar(')');}}
The characters within ' characters above are incorrectly treated by src/etc/rust-mode.el as closing the opening paren of the invocation of bar. This confuses Emacs in a number of ways (e.g. obviously paren matching; but also the auto-indentation gets confused too, which is more annoying).
The text was updated successfully, but these errors were encountered:
Monday Nov 04, 2013 at 15:42 GMT
For earlier discussion, see rust-lang/rust#10262
This issue was labelled with: A-tools in the Rust repository
Here is the illustrative example:
The characters within
'
characters above are incorrectly treated bysrc/etc/rust-mode.el
as closing the opening paren of the invocation ofbar
. This confuses Emacs in a number of ways (e.g. obviously paren matching; but also the auto-indentation gets confused too, which is more annoying).The text was updated successfully, but these errors were encountered: