Skip to content

Commit 6ff7a3e

Browse files
committed
Fix options help text
1 parent bb5a827 commit 6ff7a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎compiler/rustc_session/src/options.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ options! {
17071707
check_cfg_all_expected:bool = (false, parse_bool,[UNTRACKED],
17081708
"show all expected values in check-cfg diagnostics (default: no)"),
17091709
checksum_hash_algorithm:Option<SourceFileHashAlgorithm> = (None, parse_cargo_src_file_hash,[TRACKED],
1710-
"hash algorithm of source files used to check freshness in cargo (`sha256`)"),
1710+
"hash algorithm of source files used to check freshness in cargo (`blake3` or `sha256`)"),
17111711
codegen_backend:Option<String> = (None, parse_opt_string,[TRACKED],
17121712
"the backend to use"),
17131713
combine_cgu:bool = (false, parse_bool,[TRACKED],

0 commit comments

Comments
 (0)