File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ flags should be documented there. Unstable flags should be documented in the
1313 such as ` -C embed-bitcode=no ` .
1414- Consider the behavior if the flag is passed multiple times. In some
1515 situations, the values should be accumulated (in order!). In other
16- situations, subsequence flags should override previous flags (for example,
16+ situations, subsequent flags should override previous flags (for example,
1717 the lint-level flags). And some flags (like ` -o ` ) should generate an error
1818 if it is too ambiguous what multiple flags would mean.
1919- Always give options a long descriptive name, if only for more understandable
2020 compiler scripts.
2121- The ` --verbose ` flag is for adding verbose information to ` rustc ` output
2222 when not compiling a program. For example, using it with the ` --version `
23- flag gives information about the hashes of the code.
23+ flag gives information about the hashes of the compiler code.
2424- Experimental flags and options must be guarded behind the `-Z
2525 unstable-options` flag.
2626
You can’t perform that action at this time.
0 commit comments