blob: f1e2106fa4922ad3c3b9b89d886f8276530154d0 [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//rust:private/rustc.bzl", "error_format")
bzl_library(
name = "rules",
srcs = [
":workspace.bzl",
],
visibility = ["//visibility:public"],
)
# This setting may be changed from the command line to generate machine readable errors.
error_format(
name = "error_format",
build_setting_default = "human",
visibility = ["//visibility:public"],
)