Commit 684f679
committed
Add compilation regexp to match ‘dbg!’ output
While debugging tests it’s annoying when ‘compilation-mode’ matches
‘dbg!’ output incorrectly. Currently, rust-mode’s regexps assign it as
an error and incorrectly include ‘[’. The proposed change adds a
regexp to match such things and assign them info level.1 parent 25d91cf commit 684f679
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3693 | 3693 | | |
3694 | 3694 | | |
3695 | 3695 | | |
| 3696 | + | |
3696 | 3697 | | |
3697 | 3698 | | |
3698 | 3699 | | |
| |||
3712 | 3713 | | |
3713 | 3714 | | |
3714 | 3715 | | |
3715 | | - | |
| 3716 | + | |
| 3717 | + | |
3716 | 3718 | | |
3717 | 3719 | | |
3718 | 3720 | | |
3719 | 3721 | | |
3720 | | - | |
| 3722 | + | |
| 3723 | + | |
3721 | 3724 | | |
3722 | 3725 | | |
3723 | 3726 | | |
| |||
0 commit comments