macro_rules! assert_config_error {
($err:expr, $kind:tt, $expect_problem:expr) => { ... };
}
Available on crate feature
testing
only.Expand description
Assert that the specified error is the specified kind
of
ConfigBuildError
.