We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba814a commit e3089c7Copy full SHA for e3089c7
compiler/rustc_session/src/options.rs
@@ -418,7 +418,8 @@ mod desc {
418
"one of: `legacy`, `v0` (RFC 2603), or `hashed`";
419
pub(crate) const parse_opt_symbol_visibility: &str =
420
"one of: `hidden`, `protected`, or `interposable`";
421
- pub(crate) const parse_cargo_src_file_hash: &str = "one of `md5`, `sha1`, or `sha256`";
+ pub(crate) const parse_cargo_src_file_hash: &str =
422
+ "one of `blake3`, `md5`, `sha1`, or `sha256`";
423
pub(crate) const parse_src_file_hash: &str = "one of `md5`, `sha1`, or `sha256`";
424
pub(crate) const parse_relocation_model: &str =
425
"one of supported relocation models (`rustc --print relocation-models`)";
0 commit comments