Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
14 commits in f7b95e31642e09c2b6eabb18ed75007dda6677a0..b0fa79679e717cd077b7fc0fa4166f47107f1ba9
2023-05-30 19:25:02 +0000 to 2023-06-03 14:19:48 +0000
add
orinstall
command (Emit error when users try to use a toolchain via theadd
orinstall
command cargo#12226)build.jobs
(Support "default" option forbuild.jobs
cargo#12222)-Z
flags match statement (chore: Sort-Z
flags match statement cargo#12223).clone
(Remove a noop.clone
cargo#12213)remove_dir_all
(fix: useremove_dir_all
incargo clean
to resolve race condition cargo#11442)Debuginfo::None
andDebuginfo::Explicit(None)
(Don't distinguishDebuginfo::None
andDebuginfo::Explicit(None)
cargo#12205)r? @ghost