| Fetch rustc the way buck can ship it, from what DotSlash already pins | 1 | # The pinned toolchains, fetched by buck rather than by the shims. See |
| 2 | # ../dist.bzl; the versions and digests come from scripts/*.dotslash. | |
| 3 | load("//:dist.bzl", "rust_dist", "zig_dist") | |
| 4 | ||
| 5 | rust_dist(name = "rust", platform = "linux-x86_64") | |
| 6 | ||
| 7 | zig_dist(name = "zig", platform = "linux-x86_64") |