Skip to content

Commit

Permalink
Rollup merge of rust-lang#77106 - matthiaskrgr:changelog_seen, r=Mark…
Browse files Browse the repository at this point in the history
…-Simulacrum

clarify that `changelog-seen = 1` goes to the beginning of config.toml

Fixes rust-lang#77105
  • Loading branch information
RalfJung committed Sep 25, 2020
2 parents 447f83f + b5d47bf commit a6d54fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn check_version(config: &Config) -> Option<String> {
}
} else {
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
format!("add `changelog-seen = {}` to `config.toml`", VERSION)
format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
};

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

0 comments on commit a6d54fa

Please sign in to comment.