--verbose is useful when not compiling and when compiling (#901)
This commit is contained in:
parent
2e9a2f3c75
commit
c714aed30a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue