File tree 1 file changed +2
-2
lines changed
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
13
13
such as ` -C embed-bitcode=no ` .
14
14
- Consider the behavior if the flag is passed multiple times. In some
15
15
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,
17
17
the lint-level flags). And some flags (like ` -o ` ) should generate an error
18
18
if it is too ambiguous what multiple flags would mean.
19
19
- Always give options a long descriptive name, if only for more understandable
20
20
compiler scripts.
21
21
- The ` --verbose ` flag is for adding verbose information to ` rustc ` output
22
22
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.
24
24
- Experimental flags and options must be guarded behind the `-Z
25
25
unstable-options` flag.
26
26
You can’t perform that action at this time.
0 commit comments