Commit 2bdbc8b
committed
Fix linkstamp deps in proc macros
These were not being linked in for two reasons:
- missing `_use_grep_includes` attribute on the `rust_proc_macro` rule:
this attribute & condition are entirely dead code now ==> delete them.
- the explicit crate type list doesn't include `proc-macro` ==> add it.1 parent f93bf4d commit 2bdbc8b
File tree
6 files changed
+41
-13
lines changed- rust/private
- test/linkstamp
6 files changed
+41
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
928 | 927 | | |
929 | 928 | | |
930 | 929 | | |
| |||
1085 | 1084 | | |
1086 | 1085 | | |
1087 | 1086 | | |
1088 | | - | |
1089 | 1087 | | |
1090 | 1088 | | |
1091 | 1089 | | |
| |||
1197 | 1195 | | |
1198 | 1196 | | |
1199 | 1197 | | |
1200 | | - | |
1201 | 1198 | | |
1202 | 1199 | | |
1203 | 1200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 191 | + | |
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
| |||
750 | 747 | | |
751 | 748 | | |
752 | 749 | | |
753 | | - | |
| 750 | + | |
754 | 751 | | |
755 | 752 | | |
756 | 753 | | |
| |||
1254 | 1251 | | |
1255 | 1252 | | |
1256 | 1253 | | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
| 1254 | + | |
1261 | 1255 | | |
1262 | 1256 | | |
1263 | 1257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments