8000 reorder config.toml.example options and add one missing option by guanqun · Pull Request #65408 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

reorder config.toml.example options and add one missing option #65408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 25, 2019
Prev Previous commit
Next Next commit
add the missing rust.musl-root option in config.toml.example
  • Loading branch information
Guanqun Lu committed Oct 24, 2019
commit 2f7e3d55c96ef44463bb62f98ba25538fc2fffff
3 changes: 3 additions & 0 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@
# nightly features
#channel = "dev"

# The root location of the MUSL installation directory.
#musl-root = "..."

# By default the `rustc` executable is built with `-Wl,-rpath` flags on Unix
# platforms to ensure that the compiler is usable by default from the build
# directory (as it links to a number of dynamic libraries). This may not be
Expand Down
0