Skip to content

Commit a6d54fa

Browse files
authored
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 447f83f + b5d47bf commit a6d54fa

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
@@ -53,7 +53,7 @@ fn check_version(config: &Config) -> Option<String> {
5353
}
5454
} else {
5555
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
56-
format!("add `changelog-seen = {}` to `config.toml`", VERSION)
56+
format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
5757
};
5858

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

0 commit comments

Comments
 (0)