Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
da170ecc1539776737d980dd5528edc2bbb41983
/
.
/
test
/
rust_analyzer
/
BUILD.bazel
blob: ccc29905337e72eb2daccecd98d31a3bc0865762 [
file
]
load
(
"@rules_shell//shell:sh_binary.bzl"
,
"sh_binary"
)
sh_binary
(
name
=
"rust_analyzer_test"
,
srcs
=
[
"rust_analyzer_test_runner.sh"
],
args
=
[
package_name
()],
)