]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 18 Feb 2021 06:57:30 +0000 (15:57 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 06:57:30 +0000 (15:57 +0900)
commit9e60e7e37903e5539cb6eba07473950238f5b33e
treefe5bcd74b68314ee17280f9522eb239f9abe3ded
parentfe15494857088edbed83dbfa088debd6b4d7bf65
parente13f25cd6635adf4788953cf9a42144e1fe64742
Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514

make `suggest_setup` help messages better

When I first built the compiler and didn't create a `config.toml.example`, the following was emitted:

```
help: consider running `x.py setup` or copying `config.toml.example`
```

I ran `x.py setup` but got an error so in this PR I made the help messages a little clearer.