Commit 9916b52
committed
Add compile_error! for mutually exclusive features
defmt feature is incompatible with log and std.
In mctp-estack, move the compile_error prior to 'mod' items.
Otherwise it prints warnings in every module.
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>1 parent ecbcf96 commit 9916b52
File tree
3 files changed
+12
-3
lines changed- mctp-estack/src
- mctp-usb-embassy/src
- mctp/src
3 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
733 | 738 | | |
734 | 739 | | |
735 | 740 | | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | 741 | | |
740 | 742 | | |
741 | 743 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments