branch: externals/beardbolt
commit 54bdd5090e0e3ae907d3f9075eb3a3fab0ba497a
Author: Jay Kamat <[email protected]>
Commit: Jay Kamat <[email protected]>
Add rustic-mode to default rust definitions
---
rmsbolt.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/rmsbolt.el b/rmsbolt.el
index cc4115f85d..868d263d1a 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -856,6 +856,14 @@ return t if successful."
:objdumper 'objdump
:demangler "rustfilt"
:compile-cmd-function #'rmsbolt--rust-compile-cmd))
+ ;; Copy of above
+ (rustic-mode
+ . ,(make-rmsbolt-lang :compile-cmd "rustc"
+ :supports-asm t
+ :supports-disass nil
+ :objdumper 'objdump
+ :demangler "rustfilt"
+ :compile-cmd-function #'rmsbolt--rust-compile-cmd))
(ponylang-mode
. ,(make-rmsbolt-lang :compile-cmd "ponyc"
:supports-asm t