Commit a67acd9
Add rust macros in new location
Summary:
D80827538 changed Rust macro imports from `fbcode_macros//build_defs:rust_{library,binary,unittest}.bzl` to `fbsource//tools/build_defs:rust_{library,binary,unittest}.bzl` and the old location is being imminently deleted.
Facebook open-source projects map both `fbcode_macros` and `fbsource` to this fbcode/github/standard/shim directory. So we need some new files under shim/tools/build_defs/rust_{}.bzl that mirror the existing shim/build_defs/rust_{}.bzl.
https://www.internalfb.com/code/fbsource/[6e8ef076aafbe4d8b2726a250ae137f219b0481e]/fbcode/github/standard/shim/.buckconfig.d/common.buckconfig?lines=5%2C11-12
https://www.internalfb.com/code/fbsource/[6e8ef076aafbe4d8b2726a250ae137f219b0481e]/fbcode/buck2/oss/.buckconfig?lines=1%2C3
Reviewed By: cjlongoria
Differential Revision:
D81150005
Privacy Context Container: L1292898
fbshipit-source-id: be65d496c9d475eabb9e8f8826859e33883b351e1 parent 01c20ed commit a67acd9
File tree
3 files changed
+33
-0
lines changed- shim/tools/build_defs
3 files changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments