Skip to content

--verbose is useful when not compiling and when compiling #901

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

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ adding a new command-line argument.
if it is too ambiguous what multiple flags would mean.
- Always give options a long descriptive name, if only for more understandable
compiler scripts.
- The `--verbose` flag is for adding verbose information to `rustc` output
when not compiling a program. For example, using it with the `--version`
- The `--verbose` flag is for adding verbose information to `rustc`
output. For example, using it with the `--version`
flag gives information about the hashes of the compiler code.
- Experimental flags and options must be guarded behind the `-Z
unstable-options` flag.
Expand Down