Skip to content

Commit e3089c7

Browse files
committed
improve shell help text
1 parent dba814a commit e3089c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_session/src/options.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ mod desc {
418418
"one of: `legacy`, `v0` (RFC 2603), or `hashed`";
419419
pub(crate) const parse_opt_symbol_visibility: &str =
420420
"one of: `hidden`, `protected`, or `interposable`";
421-
pub(crate) const parse_cargo_src_file_hash: &str = "one of `md5`, `sha1`, or `sha256`";
421+
pub(crate) const parse_cargo_src_file_hash: &str =
422+
"one of `blake3`, `md5`, `sha1`, or `sha256`";
422423
pub(crate) const parse_src_file_hash: &str = "one of `md5`, `sha1`, or `sha256`";
423424
pub(crate) const parse_relocation_model: &str =
424425
"one of supported relocation models (`rustc --print relocation-models`)";

0 commit comments

Comments
 (0)