bootstrap.compiler.toml: update name of primary branch

Those building from the latest commit are building from `main`, not `master`
This commit is contained in:
Daniel Scherzer
2026-02-22 23:20:08 -08:00
committed by GitHub
parent d3e8bd94cc
commit 4e24abb78c
@@ -23,7 +23,7 @@ lto = "off"
frame-pointers = true
# Compiler contributors often want to build rustc even without any changes to
# e.g. check that it builds locally and check the baseline behavior of a
# compiler built from latest `master` commit.
# compiler built from latest `main` commit.
download-rustc = false
[llvm]