From 4e24abb78cd80c92c5b5f482e9912430d779212e Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Sun, 22 Feb 2026 23:20:08 -0800 Subject: [PATCH] bootstrap.compiler.toml: update name of primary branch Those building from the latest commit are building from `main`, not `master` --- src/bootstrap/defaults/bootstrap.compiler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/defaults/bootstrap.compiler.toml b/src/bootstrap/defaults/bootstrap.compiler.toml index 9dcb20ed48323..10fa0b3aeb591 100644 --- a/src/bootstrap/defaults/bootstrap.compiler.toml +++ b/src/bootstrap/defaults/bootstrap.compiler.toml @@ -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]