Lines Matching +full:toolchain +full:- +full:version
4 load("//crate_universe:version.bzl", "VERSION")
62 # https://docs.bazel.build/versions/main/user-manual.html#workspace_status
63 # for more information). Set stamp = -1 to indicate that it should respect
64 # the value of the --stamp comandline flag.
65 stamp = -1,
66 version = VERSION,
75 version = VERSION,
92 "@rules_rust//rust/toolchain:current_cargo_files",
93 "@rules_rust//rust/toolchain:current_rustc_files",
99 "CARGO": "$(rootpath @rules_rust//rust/toolchain:current_cargo_files)",
100 "RUSTC": "$(rootpath @rules_rust//rust/toolchain:current_rustc_files)",
117 "@rules_rust//rust/toolchain:current_cargo_files",
118 "@rules_rust//rust/toolchain:current_rustc_files",
122 "CARGO": "$(rootpath @rules_rust//rust/toolchain:current_cargo_files)",
123 "RUSTC": "$(rootpath @rules_rust//rust/toolchain:current_rustc_files)",
129 "CARGO": "$(rootpath @rules_rust//rust/toolchain:current_cargo_files)",
130 "RUSTC": "$(rootpath @rules_rust//rust/toolchain:current_rustc_files)",
132 tags = ["requires-network"],
146 "version.bzl",
151 "VERSION_BZL": "$(rootpath :version.bzl)",
159 "--cap-lints=warn",
160 "--document-private-items",
161 "--allow=rustdoc::private_intra_doc_links",