branch: elpa/rust-mode
commit 1076b9c3b2fd40bf04caeedde5801ae64348530e
Author: Felix S. Klock II <[email protected]>
Commit: Felix S. Klock II <[email protected]>
Note incompatibility with global-whitespace-mode.
See #3994.
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 006dd66..02c2c24 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,8 @@ marking, press x, and ELPA will install the packages for you
(under
~/.emacs.d/elpa/).
* or using <kbd>M-x package-install rust-mode
+
+### Known bugs
+
+* Combining `global-whitespace-mode` and `rust-mode` is generally glitchy.
+ See [Issue #3994](https://github.com/mozilla/rust/issues/3994).