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 0424d0c commit 38505e4Copy full SHA for 38505e4
src/macros.rs
@@ -74,7 +74,7 @@ macro_rules! format_err {
74
macro_rules! ensure_e {
75
($predicate:expr, $($tt:tt)*) => {
76
if !$predicate {
77
- $crate::bail!($($tt)*)
+ $crate::bail_e!($($tt)*)
78
}
79
};
80
0 commit comments