We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa40b14 commit b991f05Copy full SHA for b991f05
docs/bot-usage.md
@@ -148,7 +148,7 @@ Crater allows some configurations to the toolchains used in an experiment.
148
You can specify a toolchain using a rustup name or `branch#sha`, and use the
149
following flags:
150
* `+rustflags={flags}`: sets the `RUSTFLAGS` environment variable to `{flags}` when
151
- building with this toolchain
+ building with this toolchain, e.g. `+rustflags=-Zverbose`
152
* `+patch={crate_name}={git_repo_url}={branch}`: patches all crates built by
153
this toolchain to resolve the given crate from the given git repository and branch.
154
0 commit comments