Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8621ef1

Browse files
Rollup merge of rust-lang#77106 - matthiaskrgr:changelog_seen, r=Mark-Simulacrum
clarify that `changelog-seen = 1` goes to the beginning of config.toml Fixes rust-lang#77105
2 parents 1149b30 + b5d47bf commit 8621ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn check_version(config: &Config) -> Option<String> {
4040
}
4141
} else {
4242
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
43-
format!("add `changelog-seen = {}` to `config.toml`", VERSION)
43+
format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
4444
};
4545

4646
msg.push_str("help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`\n");

0 commit comments

Comments
 (0)