Skip to content

Commit 0184b8e

Browse files
schoppmpcopybara-github
authored andcommitted
Replace rust_cxx_bridge implementation by the simpler one from CXX
PiperOrigin-RevId: 828670106
1 parent e5b9633 commit 0184b8e

File tree

3 files changed

+1
-178
lines changed

3 files changed

+1
-178
lines changed

bazel/BUILD

Lines changed: 0 additions & 17 deletions
This file was deleted.

bazel/rust_cxx_bridge.bzl

Lines changed: 0 additions & 160 deletions
This file was deleted.

shell_wrapper/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("//bazel:rust_cxx_bridge.bzl", "rust_cxx_bridge")
15+
load("@cxx.rs//tools/bazel:rust_cxx_bridge.bzl", "rust_cxx_bridge")
1616
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1717
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1818
load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test")

0 commit comments

Comments
 (0)