Add some guidelines on the CLI.#717
Merged
mark-i-m merged 3 commits intorust-lang:masterfrom May 27, 2020
Merged
Conversation
Contributor
Author
|
cc @petrochenkov who has recently been messing with CLI flags. If you want to add anything, I'd be happy to include it. |
mark-i-m
reviewed
May 27, 2020
mark-i-m
reviewed
May 27, 2020
src/SUMMARY.md
Outdated
| - [Emitting Errors and other Diagnostics](diagnostics.md) | ||
| - [`LintStore`](./diagnostics/lintstore.md) | ||
| - [Diagnostic Codes](./diagnostics/diagnostic-codes.md) | ||
| - [Command-line arguments](./cli.md) |
Contributor
There was a problem hiding this comment.
I would suggest moving this to the top of Part 3, next to the rustc-driver chapter.
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com> Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
May 29, 2020
…omatsakis Remove rustc-ux-guidelines This is now in the rustc-dev-guide: * rust-lang/rustc-dev-guide#716 * rust-lang/rustc-dev-guide#717 This is a public page, but it was not linked to anywhere, so I think it is safe to remove. Google searches don't show it being used anywhere.
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.
This provides some guidelines on CLI flags. I'm sure there is more to say here, but this is a start. Sourced from rustc-ux-guidelines, rust-lang/rust#70729, and my own experience.