refactor build_session_options_and_crate_config & move parse_cfgspecs#65361
Closed
Centril wants to merge 3 commits intorust-lang:masterfrom
Closed
refactor build_session_options_and_crate_config & move parse_cfgspecs#65361Centril wants to merge 3 commits intorust-lang:masterfrom
Centril wants to merge 3 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
| early_error( | ||
| error_format, | ||
| "value for threads must be a positive non-zero integer", | ||
| "value for codegen units must be a positive non-zero integer", |
Contributor
There was a problem hiding this comment.
Damn, GitHub makes some parts of the diff really misleading.
Contributor
|
r=me with tests updated |
Contributor
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Oct 14, 2019
…ochenkov refactor session::config::build_session_options_and_crate_config I'm not exactly sure what happened in rust-lang#65361 (comment) so in an effort to bisect the error I'm extracting out the first commit so it can hopefully land (I suspect the error is in the 2nd-3rd commits.) r? @petrochenkov (I'll r=you when the PR builder is happy)
Centril
added a commit
to Centril/rust
that referenced
this pull request
Oct 14, 2019
…ochenkov refactor session::config::build_session_options_and_crate_config I'm not exactly sure what happened in rust-lang#65361 (comment) so in an effort to bisect the error I'm extracting out the first commit so it can hopefully land (I suspect the error is in the 2nd-3rd commits.) r? @petrochenkov (I'll r=you when the PR builder is happy)
Collaborator
|
☔ The latest upstream changes (presumably #65399) made this pull request unmergeable. Please resolve the merge conflicts. |
Contributor
Author
|
Closing in favor of #65595. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of #65324.
r? @petrochenkov