From 68d0b69165127e259b23515f3d6d62fd1e4fc0ea Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 1 Feb 2016 10:28:54 +0000 Subject: Use labels in load statements This will fix some issue with loading skylark rules from @bazel_tools. Tested with ./compile.sh all and also a project that use pkg_tar from @bazel_tools (which is broken at HEAD). -- Change-Id: Iffbb7134ef5fee497890c4d01b85084973d45ad0 Reviewed-on: https://bazel-review.googlesource.com/2800 MOS_MIGRATED_REVID=113508661 --- examples/rust/hello_world/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/hello_world/BUILD') diff --git a/examples/rust/hello_world/BUILD b/examples/rust/hello_world/BUILD index 71061255cd..e78362915c 100644 --- a/examples/rust/hello_world/BUILD +++ b/examples/rust/hello_world/BUILD @@ -1,6 +1,6 @@ package(default_visibility = ["//visibility:public"]) -load("/tools/build_rules/rust/rust", "rust_binary", "rust_doc", "rust_doc_test") +load("//tools/build_rules/rust:rust.bzl", "rust_binary", "rust_doc", "rust_doc_test") rust_binary( name = "hello_world", -- cgit v1.2.3