-
Notifications
You must be signed in to change notification settings - Fork 13k
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
doc: trim some needless code #33442
doc: trim some needless code #33442
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -607,7 +607,7 @@ opt dist-host-only 0 "only install bins for the host architecture" | |||
opt inject-std-version 1 "inject the current compiler version of libstd into programs" | |||
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway" | |||
opt rustbuild 0 "use the rust and cargo based build system" | |||
opt orbit 0 "get MIR where it belongs - everywhere; most importantly, in orbit" | |||
opt orbit 1 "get MIR where it belongs - everywhere; most importantly, in orbit" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we probably don't want to change this default in this patch 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, this might be based on the master proper, but we had to rewrite its history a bit because of this being an accidental push.
@tshepang could you rebase onto the current master please?
another attempt |
@bors: r+ rollup |
📌 Commit 9f935c8 has been approved by |
doc: trim some needless code
doc: trim some needless code
doc: trim some needless code
No description provided.