Skip to content

Commit

Permalink
Explicitly no default_edition for system Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 16, 2022
1 parent a45c4cd commit 8da6312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buck/prelude
1 change: 1 addition & 0 deletions tools/buck/toolchains/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ system_python_bootstrap_toolchain(

system_rust_toolchain(
name = "rust",
default_edition = None,
rustc_flags = ["-Clink-arg=-fuse-ld=lld"],
rustdoc_flags = ["-Zunstable-options"], # doc builds use unstable '--extern-html-root-url'
visibility = ["PUBLIC"],
Expand Down

0 comments on commit 8da6312

Please sign in to comment.