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
Dylan-DPC authored Sep 24, 2020
2 parents 5572820 + b5d47bf commit feb6392
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 @@ -40,7 +40,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 feb6392

Please sign in to comment.