We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989bd47 commit c635112Copy full SHA for c635112
tests/cli_errors.rs
@@ -97,7 +97,7 @@ fn max_depth_0() {
97
assert_eq!(
98
stderr,
99
text_block! {
100
- "error: invalid value '0' for '--max-depth <MAX_DEPTH>': number would be zero for non-zero type"
+ r#"error: invalid value '0' for '--max-depth <MAX_DEPTH>': Value is neither "inf" nor a positive integer: number would be zero for non-zero type"#
101
""
102
"For more information, try '--help'."
103
}
0 commit comments