|
1 | 1 | load("@rules_python//python:proto.bzl", "py_proto_library") |
2 | | -load("//rust:defs.bzl", "rust_cc_proto_library", "rust_upb_proto_library") |
3 | 2 | load("//bazel:upb_proto_library.bzl", "upb_c_proto_library", "upb_proto_reflection_library") |
4 | 3 | load("@rules_cc//cc:defs.bzl", "cc_proto_library") |
5 | 4 | load("@bazel_skylib//:bzl_library.bzl", "bzl_library") |
@@ -127,20 +126,6 @@ py_proto_library( |
127 | 126 | deps = [":test_messages_proto2_editions_proto"], |
128 | 127 | ) |
129 | 128 |
|
130 | | -rust_cc_proto_library( |
131 | | - name = "test_messages_proto2_editions_rust_cc_proto", |
132 | | - testonly = True, |
133 | | - visibility = ["//conformance:__pkg__"], |
134 | | - deps = [":test_messages_proto2_editions_cc_proto"], |
135 | | -) |
136 | | - |
137 | | -rust_upb_proto_library( |
138 | | - name = "test_messages_proto2_editions_rust_upb_proto", |
139 | | - testonly = True, |
140 | | - visibility = ["//conformance:__pkg__"], |
141 | | - deps = [":test_messages_proto2_editions_proto"], |
142 | | -) |
143 | | - |
144 | 129 | upb_c_proto_library( |
145 | 130 | name = "test_messages_proto2_editions_upb_proto", |
146 | 131 | testonly = 1, |
@@ -203,20 +188,6 @@ py_proto_library( |
203 | 188 | deps = [":test_messages_proto3_editions_proto"], |
204 | 189 | ) |
205 | 190 |
|
206 | | -rust_cc_proto_library( |
207 | | - name = "test_messages_proto3_editions_rust_cc_proto", |
208 | | - testonly = True, |
209 | | - visibility = ["//conformance:__pkg__"], |
210 | | - deps = [":test_messages_proto3_editions_cc_proto"], |
211 | | -) |
212 | | - |
213 | | -rust_upb_proto_library( |
214 | | - name = "test_messages_proto3_editions_rust_upb_proto", |
215 | | - testonly = True, |
216 | | - visibility = ["//conformance:__pkg__"], |
217 | | - deps = [":test_messages_proto3_editions_proto"], |
218 | | -) |
219 | | - |
220 | 191 | upb_c_proto_library( |
221 | 192 | name = "test_messages_proto3_editions_upb_proto", |
222 | 193 | testonly = 1, |
|
0 commit comments