mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto-redact not found
This commit is contained in:
parent
c7cb45c0fd
commit
03a0b5c999
@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
|
||||
"[NOT_FOUND]",
|
||||
"The system cannot find the path specified. (os error 3)",
|
||||
),
|
||||
("[NOT_FOUND]", "Access is denied. (os error 5)"),
|
||||
("[NOT_FOUND]", "program not found"),
|
||||
// Unix message for exit status
|
||||
("[EXIT_STATUS]", "exit status"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user