Commit a8aae8d
Relocate rust_linkable_symbol from fbcode_macros to fbsource
Summary:
Just like the previous migration {D81048274} affecting `rust_library` and `rust_binary` and `rust_unittest`, this time for `rust_linkable_symbol`.
It used to make sense to have `rust_linkable_symbol` inside fbcode_macros's build_defs because it used fbcode_macros's rust_library.
Now that fbcode_macros no longer has its own `rust_library` and there is one unified `rust_library` for fbsource in fbsource's build_defs, `rust_linkable_symbol` should be there too.
Reviewed By: JakobDegen
Differential Revision: D81541808
fbshipit-source-id: c68a8aabecfed543d834febca36d68fee66184971 parent 4f9e0f2 commit a8aae8d
File tree
2 files changed
+21
-10
lines changed- shim
- build_defs
- tools/build_defs
2 files changed
+21
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 11 | + | |
| 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 | + | |
0 commit comments