Closed liuchong closed 8 years ago
Can you provide some example code I can reproduce this on?
Tentatively accepted as a bug, however:
on the other hand, when I use my own configuration without spacemacs, just "racer, ac-racer, company-racer, toml-mode", there is no such issue.
If that's really true, it's probably a spacemacs issue then.
Just found some code for example: https://github.com/syl20bnr/spacemacs/issues/6617#issuecomment-233577265
It's a rust-mode bug as described in https://github.com/syl20bnr/spacemacs/issues/6617#issuecomment-233748418.
Thanks!
https://github.com/syl20bnr/spacemacs/issues/6617 https://github.com/rust-lang/rust-mode/issues/160
please refre to the above issue about rust layer in spacemacs, what I found is that after I format codes, the parentheses will turn red like this: So, is it a rainbow-delimiters issue? thanks!